Skip to content

Commit

Permalink
yml is weird...
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Jun 4, 2023
1 parent 2b0345e commit 518d813
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: macOS dmg
path: *.dmg
path: ./*.dmg
- uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
Expand All @@ -59,7 +59,7 @@ jobs:
draft: false
prerelease: false
files: |
path: *.dmg
path: ./*.dmg
# linux with win32 cross-compilation
win32:
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: win32 zip
path: *.zip
path: ./*.zip
- uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
Expand All @@ -122,7 +122,7 @@ jobs:
draft: false
prerelease: false
files: |
path: *.zip
path: ./*.zip
# linux with win64 cross-compilation
win64:
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: win64 zip
path: *.zip
path: ./*.zip
- uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
Expand All @@ -186,4 +186,4 @@ jobs:
draft: false
prerelease: false
files: |
path: *.zip
path: ./*.zip

0 comments on commit 518d813

Please sign in to comment.