Skip to content

Commit d8dcce0

Browse files
committed
cicd
1 parent 2756304 commit d8dcce0

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
@@ -59,7 +59,7 @@ jobs:
5959
- name: Build native application
6060
run: |
6161
python build_native.py
62-
mv dist_native/xmlgenerator dist_native/xmlgenerator-linux-x64
62+
mv dist_native/xmlgenerator dist_native/xmlgenerator-${{ github.ref_name }}-linux-amd64
6363
6464
- name: Upload release assets
6565
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)