Skip to content

Commit

Permalink
release step
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Oct 26, 2023
1 parent b72ab01 commit 213664b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
# I think because of https://github.com/actions/runner/issues/1173
use-cross: null

- uses: actions/upload-artifact@v3
- uses: softprops/action-gh-release@v1
with:
name: ${{ steps.precompile.outputs.file-name }}
path: ${{ steps.precompile.outputs.file-path }}
files: ${{ steps.precompile.outputs.file-path }}
if: startsWith(github.ref, 'refs/tags/')

0 comments on commit 213664b

Please sign in to comment.