Skip to content

Commit

Permalink
More robust action
Browse files Browse the repository at this point in the history
  • Loading branch information
burner1024 committed Dec 7, 2024
1 parent 976d09d commit 311c78c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,14 @@ jobs:
with:
name: f2_res.zip
path: f2_res*.zip
if-no-files-found: error

- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
f2_res*.zip
fail_on_unmatched_files: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 311c78c

Please sign in to comment.