Skip to content

Commit

Permalink
upload artifact has a double zipping problem
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvforvendetta committed Feb 21, 2024
1 parent fd3b946 commit 4be0165
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions .github/workflows/build-all-and-release.yml
Expand Up @@ -43,7 +43,7 @@ jobs:
with:
name: verge-macos.zip
path: |
*.zip
*.dmg
linux-ubuntu20:
runs-on: ubuntu-20.04
Expand Down Expand Up @@ -79,7 +79,10 @@ jobs:
with:
name: verge-ubuntu20.zip
path: |
*.zip
./src/verged
./src/verge-cli
./src/verge-tx
./src/qt/verge-qt
linux-ubuntu22:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -115,7 +118,10 @@ jobs:
with:
name: verge-ubuntu22.zip
path: |
*.zip
./src/verged
./src/verge-cli
./src/verge-tx
./src/qt/verge-qt
windows:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -151,7 +157,10 @@ jobs:
with:
name: verge-windows.zip
path: |
*.zip
/home/runner/work/verge/verge/src/verged.exe
/home/runner/work/verge/verge/src/verge-cli.exe
/home/runner/work/verge/verge/src/verge-tx.exe
/home/runner/work/verge/verge/src/qt/verge-qt.exe
SendReleases:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4be0165

Please sign in to comment.