Skip to content

Commit

Permalink
Fix assets upload url in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AvitalTamir committed Sep 10, 2024
1 parent c2c425b commit d53d18c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ on:
jobs:
release:
runs-on: ubuntu-latest
outputs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '1.22'
- name: Install goyacc
Expand Down

0 comments on commit d53d18c

Please sign in to comment.