Skip to content

Commit 909ae94

Browse files
committed
2 parents 2b71173 + c71e59d commit 909ae94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
cp target/x86_64-unknown-linux-gnu/release/shell_command_menu target/release/binaries/ # Copy the binary
3535
3636
- name: Upload binaries to GitHub release
37-
uses: gh-action/gh-release@v1
37+
uses: softprops/action-gh-release@v2.2.2
3838
with:
3939
token: ${{ secrets.GITHUB_TOKEN }}
4040
files: target/release/binaries/* # Upload all files from the binaries folder

0 commit comments

Comments
 (0)