Skip to content

Commit

Permalink
bumb upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Frontesque authored Feb 29, 2024
1 parent 863bed1 commit 5b9cb7f
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 @@ -26,7 +26,7 @@ jobs:
run: powershell "$env:NODE_OPTIONS = '--openssl-legacy-provider'; npm run electron:build"
working-directory: app
- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: windows
path: app/dist_electron/win-unpacked
Expand All @@ -47,7 +47,7 @@ jobs:
run: export NODE_OPTIONS=--openssl-legacy-provider && npm run electron:build
working-directory: app
- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: linux
path: app/dist_electron/linux-unpacked

0 comments on commit 5b9cb7f

Please sign in to comment.