We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcdf182 commit b8cfaa1Copy full SHA for b8cfaa1
1 file changed
.github/workflows/windows-release.yml
@@ -61,7 +61,7 @@ jobs:
61
62
- name: Creating Setup Zip
63
if: startsWith(github.ref, 'refs/tags/')
64
- run: 7z a txlogger-setup.zip txlogger_setup.exe
+ run: 7z a txlogger_setup.zip txlogger_setup.exe
65
66
- name: Release
67
uses: softprops/action-gh-release@v2
@@ -72,4 +72,5 @@ jobs:
72
token: ${{ secrets.GITHUB_TOKEN }}
73
files: |
74
txlogger.zip
75
+ txlogger_setup.zip
76
0 commit comments