Skip to content

Commit

Permalink
only required files
Browse files Browse the repository at this point in the history
  • Loading branch information
Tum4ik committed Nov 23, 2024
1 parent bd8eeef commit 8c662b0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/gated_application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,11 @@ jobs:
shell: bash
run: |
shopt -s globstar
mv ${{ matrix.platform.files-to-include }} ./out
rm -rf out/make
mv ${{ matrix.platform.files-to-include }} ./installer
- name: Upload build artifacts
uses: actions/upload-artifact@v4
with:
if-no-files-found: error
name: BuildFiles_${{ matrix.platform.name }}
path: ./out
path: ./installer

0 comments on commit 8c662b0

Please sign in to comment.