Skip to content

Commit

Permalink
dont zip, set whole folder for upload, will be zipped automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Caha committed Oct 4, 2023
1 parent 0b92d73 commit 73f456d
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build_windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,9 @@ jobs:
- name: Copy config file
run: copy config.yaml.default scripts/dist/config.yaml

- name: Zip Release
run: |
cd scripts/dist
tar.exe -a -c -f dbsync_standalone_win.zip dbsync_daemon.exe config.yaml

- name: Upload Zip file as artifact
uses: actions/upload-artifact@v3
with:
name: dbsync_standalone_win
path: scripts/dist/dbsync_standalone_win.zip
path: scripts/dist

0 comments on commit 73f456d

Please sign in to comment.