Skip to content

Commit

Permalink
adjust how we tag releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin McFadden committed Nov 18, 2024
1 parent 81c4332 commit 2cd22b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
path: dist/${{matrix.OUT_FILE_NAME}}
name: LinearStitch ${{ matrix.os }} binary
name: LinearStitch ${{ matrix.os }} binary.zip
release:
needs: [build]
runs-on: ubuntu-20.04
Expand All @@ -110,5 +110,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/LinearStitchWindows.zip"
gh release upload --repo ${GITHUB_REPOSITORY} --clobber latest "LinearStitch macos-13-xlarge binary/LinearStitchMac.zip"
gh release upload --repo ${GITHUB_REPOSITORY} --clobber latest "LinearStitch windows-latest binary.zip"
gh release upload --repo ${GITHUB_REPOSITORY} --clobber latest "LinearStitch macos-13-xlarge binary.zip"

0 comments on commit 2cd22b3

Please sign in to comment.