Skip to content

Commit

Permalink
Double zip fix (#33)
Browse files Browse the repository at this point in the history
* Update windows.yml

* Update macos.yml

* Update macos.yml
  • Loading branch information
Nick Booher authored Jun 18, 2021
1 parent 8f1912f commit 4d8f006
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
if: ${{ success() && github.event_name == 'workflow_dispatch' }}
with:
name: IGV-ScanFold-macos
path: ./IGV-ScanFold-macos.zip
path: ./build

- name: Upload Release Asset (automatically on release)
id: upload-release-asset
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
if: ${{ success() && github.event_name == 'workflow_dispatch' }}
with:
name: IGV-ScanFold-windows
path: ./IGV-ScanFold-windows.zip
path: ./build

- name: Upload Release Asset (automatically on release)
id: upload-release-asset
Expand Down

0 comments on commit 4d8f006

Please sign in to comment.