Skip to content

Commit

Permalink
Allow workflow to attach release artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehaller authored Dec 5, 2022
1 parent c975822 commit f64e986
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
name: Upload assets
runs-on: ubuntu-22.04
needs: [ call-build ]
permissions:
contents: write
steps:
- name: Download qemux86_64 archive
id: download
Expand Down

0 comments on commit f64e986

Please sign in to comment.