Skip to content

Commit 8549979

Browse files
Update dotnet.yml
1 parent 48fa811 commit 8549979

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dotnet.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ jobs:
4646
- name: Package
4747
working-directory: src/WineBridge/bin/Release/net6.0/win-x86/publish
4848
run: |
49-
tar cJvf WineBridge-${{ steps.vars.outputs.sha_short }}.tar.xz WineBridge.exe
49+
echo ${{ steps.vars.outputs.version_tag }} >> VERSION
50+
tar cJvf WineBridge-${{ steps.vars.outputs.sha_short }}.tar.xz WineBridge.exe VERSION
5051
mv WineBridge-${{ steps.vars.outputs.sha_short }}.tar.xz /tmp/WineBridge-${{ steps.vars.outputs.sha_short }}.tar.xz
5152
5253
# Release packages

0 commit comments

Comments
 (0)