Skip to content

Commit

Permalink
fix: remove duplicate zip
Browse files Browse the repository at this point in the history
  • Loading branch information
jrschumacher authored Aug 22, 2024
1 parent 5dbd39e commit a288237
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +51,12 @@ jobs:
# git push origin v${{ steps.release.outputs.major }}
# git push origin v${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }}

- name: Build
- name: Build, compress, and draft checksums
if: ${{ steps.release.outputs.release_created }}
env:
SEM_VER: ${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }}.${{ steps.release.outputs.patch }}
COMMIT_SHA: ${{ steps.release.outputs.sha }}
run: make build

- name: Compress the builds and generate checksums
if: ${{ steps.release.outputs.release_created }}
env:
SEM_VER: ${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }}.${{ steps.release.outputs.patch }}
run: make zip-builds
run: make build && ls -al

- name: Upload Release Artifact
if: ${{ steps.release.outputs.release_created }}
Expand Down

0 comments on commit a288237

Please sign in to comment.