mirror of
https://github.com/jhbruhn/respira.git
synced 2026-01-27 10:23:41 +00:00
Now fix path to dmg?
This commit is contained in:
parent
77652b8127
commit
22577af745
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -71,7 +71,7 @@ jobs:
|
|||
for file in out/make/zip/darwin/**/*.zip; do
|
||||
gh release upload ${{ needs.draft-release.outputs.tag-name }} "$file" --clobber
|
||||
done
|
||||
for file in out/make/dmg/**/*.dmg; do
|
||||
for file in out/make/*.dmg; do
|
||||
gh release upload ${{ needs.draft-release.outputs.tag-name }} "$file" --clobber
|
||||
done
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in a new issue