Skip to content

Commit

Permalink
Experiments with github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanizag committed Feb 4, 2024
1 parent f3ad714 commit 8573f86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- build: windows-gnu
os: windows-latest
target: x86_64-pc-windows-gnu

steps:
- name: Checkout
uses: actions/ckeckout@v3
Expand Down Expand Up @@ -68,7 +69,7 @@ jobs:
echo "ASSET=$dir_name.tar.gz" >> $GITHUB_ENV
fi
-name: Upload the binaries
- name: Upload the binaries
uses: softprops/action-gh-release@v1
with:
files: |
Expand Down

0 comments on commit 8573f86

Please sign in to comment.