From c6c8e19b6ebf724eb3c3cdff2796848bff558290 Mon Sep 17 00:00:00 2001 From: odwdinc Date: Sat, 9 Jan 2021 16:22:45 -0800 Subject: [PATCH] fix artifact --- .github/workflows/pyinstaller-windows.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pyinstaller-windows.yml b/.github/workflows/pyinstaller-windows.yml index 6205f14..785963e 100644 --- a/.github/workflows/pyinstaller-windows.yml +++ b/.github/workflows/pyinstaller-windows.yml @@ -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 @@ -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