Skip to content

Commit

Permalink
Merge pull request #161 from blacknon/0.3.16
Browse files Browse the repository at this point in the history
update. Github Actions
  • Loading branch information
blacknon authored Nov 9, 2024
2 parents 0ff75c3 + a142aaa commit 3a61f21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,15 +232,15 @@ jobs:
needs: [create-release]
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v1
- uses: actions/download-artifact@v3
with:
name: create-release

- id: upload-url
run: |
echo "::set-output name=url::$(cat create-release/release_upload_url.txt)"
- uses: actions/download-artifact@v1
- uses: actions/download-artifact@v3
with:
name: build-${{ matrix.target }}

Expand Down

0 comments on commit 3a61f21

Please sign in to comment.