Skip to content

Commit

Permalink
ci: fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mkg20001 committed Oct 29, 2024
1 parent 127b8ad commit d9d50fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
prerelease: false

- name: Upload Release Asset .deb
id: upload-release-asset
id: upload-release-asset-deb
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -59,7 +59,7 @@ jobs:
asset_content_type: application/vnd.debian.binary-package

- name: Upload Release Asset .pex
id: upload-release-asset
id: upload-release-asset-pex
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit d9d50fc

Please sign in to comment.