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 f1be292 commit 895bcd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: nativefier-gui-darwin-x64
path: /home/runner/work/nativefier-gui/nativefier-gui/nativefier-gui-darwin-x64
path: /Users/runner/work/nativefier-gui/nativefier-gui/nativefier-gui-darwin-x64
- name: Upload Mac arm64 Build
uses: actions/upload-artifact@v2
with:
name: nativefier-gui-darwin-arm64
path: /home/runner/work/nativefier-gui/nativefier-gui/nativefier-gui-darwin-arm64
path: /Users/runner/work/nativefier-gui/nativefier-gui/nativefier-gui-darwin-arm64
package-windows:
# The type of runner that the job will run on
runs-on: windows-latest
Expand Down

0 comments on commit 895bcd5

Please sign in to comment.