We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48fa811 commit 8549979Copy full SHA for 8549979
.github/workflows/dotnet.yml
@@ -46,7 +46,8 @@ jobs:
46
- name: Package
47
working-directory: src/WineBridge/bin/Release/net6.0/win-x86/publish
48
run: |
49
- tar cJvf WineBridge-${{ steps.vars.outputs.sha_short }}.tar.xz WineBridge.exe
+ echo ${{ steps.vars.outputs.version_tag }} >> VERSION
50
+ tar cJvf WineBridge-${{ steps.vars.outputs.sha_short }}.tar.xz WineBridge.exe VERSION
51
mv WineBridge-${{ steps.vars.outputs.sha_short }}.tar.xz /tmp/WineBridge-${{ steps.vars.outputs.sha_short }}.tar.xz
52
53
# Release packages
0 commit comments