From 5603f5c2a6212f64aec177bd55fcaf75bd4311e2 Mon Sep 17 00:00:00 2001 From: Colin McFadden Date: Mon, 18 Nov 2024 13:42:28 +0100 Subject: [PATCH] endless screaming --- .github/workflows/build.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5329b50..6461b6c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -66,6 +66,7 @@ jobs: CMD_BUILD: > pyinstaller -i icon.icns --add-data 'zereneTemplate.xml;.' -w -n LinearStitch LS_GUI.py && cd dist/ && + dir && 7z a LinearStitchWindows.zip -r * OUT_FILE_NAME: LinearStitchWindows.zip ASSET_MIME: application/vnd.microsoft.portable-executable @@ -100,7 +101,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Download - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v3 - name: List artifacts run: | find @@ -110,5 +111,5 @@ jobs: if: github.ref == 'refs/heads/master' run: | gh api repos/${GITHUB_REPOSITORY}/releases/tags/latest | jq -r '.assets[] | [.url] | @tsv' | xargs -n 1 gh api -X DELETE || true - gh release upload --repo ${GITHUB_REPOSITORY} --clobber latest "LinearStitch windows-latest binary" - gh release upload --repo ${GITHUB_REPOSITORY} --clobber latest "LinearStitch macos-13-xlarge binary" \ No newline at end of file + gh release upload --repo ${GITHUB_REPOSITORY} --clobber latest "LinearStitch windows-latest binary/LinearStitchWindows.zip" + gh release upload --repo ${GITHUB_REPOSITORY} --clobber latest "LinearStitch macos-13-xlarge binary/LinearStitchMac.zip" \ No newline at end of file