Skip to content

Commit

Permalink
fetch tags automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Sep 17, 2024
1 parent 6d3fb4d commit 26301cd
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/fast-win-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,10 @@ jobs:
- name: Build
run: |
cargo build --target x86_64-pc-windows-gnu --profile release-fast --features static-openssl
- name: Tar file
run: |
tar -czf yagna.tar.gz target/x86_64-pc-windows-gnu/release-fast/yagna.exe
cp target/x86_64-pc-windows-gnu/release-fast/yagna.exe yagna.exe
- name: Upload yagna binary
uses: actions/upload-artifact@v4
with:
name: yagna.tar.gz
path: yagna.tar.gz
name: yagna.exe
path: yagna.exe

0 comments on commit 26301cd

Please sign in to comment.