Skip to content

Commit

Permalink
Update package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewruzzi authored Feb 12, 2021
1 parent 895bcd5 commit da2990c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,17 +64,17 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: nativefier-gui-win32-x64
path: /home/runner/work/nativefier-gui/nativefier-gui/nativefier-gui-win32-x64
path: D:\a\nativefier-gui\nativefier-gui\nativefier-gui-win32-x64
- name: Upload Windows arm64 Build
uses: actions/upload-artifact@v2
with:
name: nativefier-gui-win32-arm64
path: /home/runner/work/nativefier-gui/nativefier-gui/nativefier-gui-win32-arm64
path: D:\a\nativefier-gui\nativefier-gui\nativefier-gui-win32-arm64
- name: Upload Windows ia32 Build
uses: actions/upload-artifact@v2
with:
name: nativefier-gui-win32-ia32
path: /home/runner/work/nativefier-gui/nativefier-gui/nativefier-gui-win32-ia32
path: D:\a\nativefier-gui\nativefier-gui\nativefier-gui-win32-ia32
release-linux:
# The type of runner that the job will run on
runs-on: ubuntu-latest
Expand Down

0 comments on commit da2990c

Please sign in to comment.