Skip to content

Commit

Permalink
upload as artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Caha committed Oct 4, 2023
1 parent 9586c63 commit 0b92d73
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build_windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ jobs:
cd scripts/dist
tar.exe -a -c -f dbsync_standalone_win.zip dbsync_daemon.exe config.yaml
- name: Print Dir
run: |
cd scripts/dist
dir
- name: Upload Zip file as artifact
uses: actions/upload-artifact@v3
with:
name: dbsync_standalone_win
path: scripts/dist/dbsync_standalone_win.zip

0 comments on commit 0b92d73

Please sign in to comment.