We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2b71173 + c71e59d commit 909ae94Copy full SHA for 909ae94
1 file changed
.github/workflows/release_linux.yml
@@ -34,7 +34,7 @@ jobs:
34
cp target/x86_64-unknown-linux-gnu/release/shell_command_menu target/release/binaries/ # Copy the binary
35
36
- name: Upload binaries to GitHub release
37
- uses: gh-action/gh-release@v1
+ uses: softprops/action-gh-release@v2.2.2
38
with:
39
token: ${{ secrets.GITHUB_TOKEN }}
40
files: target/release/binaries/* # Upload all files from the binaries folder
0 commit comments