Skip to content

Commit

Permalink
fix: remove release artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
daretodave committed Apr 27, 2024
1 parent 4f0a9b7 commit 21da47f
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ jobs:
GH_TOKEN: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }}
with:
cmd: build:win
- name: Upload Release Artifact
env:
GITHUB_TOKEN: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }}
run: gh release upload ${{ needs.release-please.outputs.release_tag }} ./dist/mterm-${{ needs.release-please.outputs.major}}.${{ needs.release-please.outputs.minor}}.${{ needs.release-please.outputs.patch}}${{ vars.RELEASE_LABEL }}-setup.exe

okay-release-linux:
needs: release-please
Expand All @@ -63,11 +59,6 @@ jobs:
GH_TOKEN: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }}
with:
cmd: build:linux
- name: Upload Release Artifact
env:
GITHUB_TOKEN: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }}
# mterm_1.0.6-beta_amd64.deb
run: gh release upload ${{ needs.release-please.outputs.release_tag }} ./dist/mterm_${{ needs.release-please.outputs.major}}.${{ needs.release-please.outputs.minor}}.${{ needs.release-please.outputs.patch}}${{ vars.RELEASE_LABEL }}_amd64.deb

okay-release-mac:
needs: release-please
Expand All @@ -87,7 +78,7 @@ jobs:
env:
GH_TOKEN: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }}
CSC_LINK: ${{ secrets.MAC_CSC }}

discord-message:
runs-on: ubuntu-latest
needs: [release-please, okay-release-windows, okay-release-mac, okay-release-linux]
Expand Down

0 comments on commit 21da47f

Please sign in to comment.