Skip to content

Commit

Permalink
fix .deb file is not published and fix warnings for outdated node r…
Browse files Browse the repository at this point in the history
…untime on CI
  • Loading branch information
rhysd committed Aug 19, 2024
1 parent d463f72 commit 5de7435
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
cp target/aarch64-apple-darwin/release/shiba shiba
zip shiba_macos_aarch64_v${{ needs.info.outputs.version }}.zip shiba
rm shiba
- uses: softprops/action-gh-release@v1
- uses: softprops/action-gh-release@v2
with:
tag_name: ${{ needs.info.outputs.tag }}
body: ${{ needs.info.outputs.body }}
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
run: |
wix --version
wix build -arch "x64" -ext WixToolset.UI.wixext -ext WixToolset.Util.wixext -out shiba_x64_v${{ needs.info.outputs.version }}.msi assets/wix/shiba.wxs -define ShibaVersion=${{ needs.info.outputs.version }}
- uses: softprops/action-gh-release@v1
- uses: softprops/action-gh-release@v2
with:
tag_name: ${{ needs.info.outputs.tag }}
body: ${{ needs.info.outputs.body }}
Expand Down Expand Up @@ -146,12 +146,12 @@ jobs:
set -x
cargo install cargo-deb
cargo deb --no-build --verbose
- uses: softprops/action-gh-release@v1
- uses: softprops/action-gh-release@v2
with:
tag_name: ${{ needs.info.outputs.tag }}
body: ${{ needs.info.outputs.body }}
draft: false
prerelease: ${{ needs.info.outputs.prerelease }}
files: |
v2/shiba_linux_x86_64_v${{ needs.info.outputs.version }}.zip
v2/target/debian/shiba_${{ needs.info.outputs.version }}_amd64.deb
v2/target/debian/shiba_${{ needs.info.outputs.version }}-1_amd64.deb

0 comments on commit 5de7435

Please sign in to comment.