Skip to content

Commit 5d2ef36

Browse files
committed
Trying to fix upload artifact action
1 parent daab0f5 commit 5d2ef36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ jobs:
4545
with:
4646
repo_token: ${{ secrets.GITHUB_TOKEN }}
4747
file: xrpweb-v${{ github.run_number }}.zip
48-
asset_name: xrpweb
48+
asset_name: xrpweb-v${{ github.run_number }}.zip
4949
tag: ${{ github.ref }}
5050
overwrite: true

0 commit comments

Comments
 (0)