Skip to content

Commit

Permalink
fix artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
odwdinc committed Jan 10, 2021
1 parent f337ed2 commit c6c8e19
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/pyinstaller-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ jobs:
with:
path: src
spec: ui.spec

- name: Zip structure files
run: zip -r ssbu_amiibo.zip src/dist/windows/ui
- uses: actions/upload-artifact@v2
with:
name: ssbu_amiibo
path: src/dist/windows # or path/to/artifact
path: ssbu_amiibo.zip # or path/to/artifact

release:
name: Create Release
Expand All @@ -31,10 +32,6 @@ jobs:
uses: actions/download-artifact@v2
with:
name: ssbu_amiibo

- name: Display structure of downloaded files
run: ls -R

- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit c6c8e19

Please sign in to comment.