We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2756304 commit d8dcce0Copy full SHA for d8dcce0
.github/workflows/release.yml
@@ -59,7 +59,7 @@ jobs:
59
- name: Build native application
60
run: |
61
python build_native.py
62
- mv dist_native/xmlgenerator dist_native/xmlgenerator-linux-x64
+ mv dist_native/xmlgenerator dist_native/xmlgenerator-${{ github.ref_name }}-linux-amd64
63
64
- name: Upload release assets
65
uses: softprops/action-gh-release@v1
0 commit comments