We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daab0f5 commit 5d2ef36Copy full SHA for 5d2ef36
.github/workflows/release.yml
@@ -45,6 +45,6 @@ jobs:
45
with:
46
repo_token: ${{ secrets.GITHUB_TOKEN }}
47
file: xrpweb-v${{ github.run_number }}.zip
48
- asset_name: xrpweb
+ asset_name: xrpweb-v${{ github.run_number }}.zip
49
tag: ${{ github.ref }}
50
overwrite: true
0 commit comments