Skip to content

Commit

Permalink
correct push
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Feb 9, 2024
1 parent c5211f7 commit 0682aef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,15 @@ jobs:
- name: Uploading... (Unix)
if: contains(fromJSON('["linux-arm64", "linux-x64", "macos-arm64", "macos-x64"]'), matrix.target)
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v0.1.15
with:
repository: ${{ env.REPO_BIN }}
tag_name: snapshot
files: eask_${{ env.VERSION }}_${{ matrix.target }}.tar.gz

- name: Uploading... (Windows)
if: contains(fromJSON('["win-arm64", "win-x64"]'), matrix.target)
uses: actions/upload-artifact@v4
uses: softprops/[email protected]
with:
repository: ${{ env.REPO_BIN }}
tag_name: snapshot
Expand Down

0 comments on commit 0682aef

Please sign in to comment.