Skip to content

Commit

Permalink
error if no files are available for upload, and overwrite after signing
Browse files Browse the repository at this point in the history
  • Loading branch information
Qix- committed Apr 9, 2024
1 parent d72e76e commit 4b25af0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ jobs:
with:
name: release
path: release/
if-no-files-found: error

sign-tauri:
needs: build-tauri
Expand All @@ -158,6 +159,8 @@ jobs:
with:
name: release
path: release/
if-no-files-found: error
overwrite: true

# publish-tauri:
# needs: sign-tauri
Expand Down

0 comments on commit 4b25af0

Please sign in to comment.