Skip to content

Commit

Permalink
back to softprops/action-gh-release@v1
Browse files Browse the repository at this point in the history
  • Loading branch information
nidor1998 committed Apr 28, 2024
1 parent e31955c commit 1c3b280
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
tar czvf $RELEASE_NAME.tar.gz $BINARY_NAME
sha256sum $RELEASE_NAME.tar.gz > $RELEASE_NAME.sha256
- name: releasing assets
uses: softprops/action-gh-release@v2
uses: softprops/action-gh-release@v1
with:
files: |
target/x86_64-unknown-linux-gnu/release/${{ env.APP_NAME }}-linux-glibc2.17-x86_64.tar.gz
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
shasum -a 256 $RELEASE_NAME.tar.gz > $RELEASE_NAME.sha256
fi
- name: releasing assets
uses: softprops/action-gh-release@v2
uses: softprops/action-gh-release@v1
with:
files: |
target/${{ matrix.target }}/release/${{ env.APP_NAME }}-${{ matrix.artifact_suffix }}.tar.gz
Expand Down

0 comments on commit 1c3b280

Please sign in to comment.