Skip to content

Commit

Permalink
endless screaming
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin McFadden committed Nov 18, 2024
1 parent 5e151f5 commit 5603f5c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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"
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"

0 comments on commit 5603f5c

Please sign in to comment.