Skip to content

Commit

Permalink
Windows build with cache
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Sep 17, 2024
1 parent 426c741 commit 8b34575
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/fast-win-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ jobs:
- name: Tar file
run: |
tar -cJf yagna.tar.xz target/x86_64-pc-windows-gnu/release-fast/yagna.exe
tar -czf yagna.tar.gz target/x86_64-pc-windows-gnu/release-fast/yagna.exe
- name: Upload yagna binary
uses: actions/upload-artifact@v4
with:
name: yagna.tar.xz.zip
path: yagna.tar.xz
name: yagna.tar.gz
path: yagna.tar.gz

0 comments on commit 8b34575

Please sign in to comment.