Skip to content

Commit

Permalink
upload only portable versions as artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Frontesque authored Feb 29, 2024
1 parent af667ed commit 80c7dc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: windows
path: app/dist_electron
path: app/dist_electron/win-unpacked
linux:
name: "Linux"
runs-on: ubuntu-latest
Expand All @@ -50,4 +50,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: linux
path: app/dist_electron
path: app/dist_electron/linux-unpacked

0 comments on commit 80c7dc9

Please sign in to comment.