Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rainlizard authored Dec 5, 2023
1 parent c2291d8 commit 5d4e70d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ jobs:
prerelease: false

- name: Upload Release Artifacts
uses: Roang-zero1/github-upload-release-artifacts-action@v3.0.0
uses: Roang-zero1/github-upload-release-artifacts-action@v2
with:
upload_url: ${{ github.event.release.upload_url }}
artifact_path: ./artifacts/*
token: ${{ secrets.GITHUB_TOKEN }}
args: "./artifacts/*"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5d4e70d

Please sign in to comment.