Skip to content

Commit b8cfaa1

Browse files
committed
one last update
1 parent dcdf182 commit b8cfaa1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/windows-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161

6262
- name: Creating Setup Zip
6363
if: startsWith(github.ref, 'refs/tags/')
64-
run: 7z a txlogger-setup.zip txlogger_setup.exe
64+
run: 7z a txlogger_setup.zip txlogger_setup.exe
6565

6666
- name: Release
6767
uses: softprops/action-gh-release@v2
@@ -72,4 +72,5 @@ jobs:
7272
token: ${{ secrets.GITHUB_TOKEN }}
7373
files: |
7474
txlogger.zip
75+
txlogger_setup.zip
7576

0 commit comments

Comments
 (0)