Skip to content

Commit

Permalink
Ignore empty file
Browse files Browse the repository at this point in the history
  • Loading branch information
s1204IT committed Aug 26, 2024
1 parent 20d129c commit 81353fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ${{ env.repo }}@${{ env.commit }}(${{ matrix.type }})
path: packages/**
path: |
!packages/PUT_IPA_FILE
packages/**
if-no-files-found: error
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.DS_Store
.theos
.theos
/packages/**

0 comments on commit 81353fe

Please sign in to comment.