Skip to content

Commit 4a996b5

Browse files
committed
Merge branch 'fix-release-workflow'
2 parents 2c3f365 + 5018d4c commit 4a996b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-release-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: ls -l ./release
3535

3636
- name: Upload the Rodeo binaries
37-
uses: actions/svenstaro/upload-release-action@v2
37+
uses: svenstaro/upload-release-action@v2
3838
with:
3939
repo_token: ${{ secrets.GITHUB_TOKEN }}
4040
tag: ${{ github.ref }}

0 commit comments

Comments
 (0)