Skip to content

Commit

Permalink
update upload pattern again
Browse files Browse the repository at this point in the history
  • Loading branch information
lony2003 committed Jan 27, 2024
1 parent e083f74 commit 6d1d1c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

# step6: upload artifacts
- name: upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.os }}
path: 'release/**/*-unpacked/resources/app.asar'
path: 'release/**/app.asar'

0 comments on commit 6d1d1c4

Please sign in to comment.