Skip to content

Commit

Permalink
ci: specify options for Upload Artifact action (#97)
Browse files Browse the repository at this point in the history
Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
  • Loading branch information
threeal authored Oct 1, 2024
1 parent af679d5 commit 54f98a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,7 @@ jobs:
- name: Upload Project as Artifact
uses: actions/upload-artifact@v4.4.0
with:
name: MyMkdir
path: install
if-no-files-found: error
overwrite: true

0 comments on commit 54f98a9

Please sign in to comment.