Skip to content

Commit

Permalink
ga: try to get it working
Browse files Browse the repository at this point in the history
  • Loading branch information
hrw committed Dec 5, 2024
1 parent 72098f8 commit b79596a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,14 @@ jobs:
runs-on: ubuntu-latest

permissions:
id-token: write # IMPORTANT: mandatory for trusted publishing
contents: write # IMPORTANT: mandatory for trusted publishing

steps:
- name: Download artifact
uses: actions/download-artifact@v4
with:
name: ArmCpuInfo

- name: Do a release
uses: ncipollo/release-action@v1
with:
Expand Down

0 comments on commit b79596a

Please sign in to comment.