From 0a4ac7dbb64bcfdb6114e406337ee66811448d43 Mon Sep 17 00:00:00 2001 From: Geir Ola Tvinnereim Date: Sun, 31 May 2026 19:41:23 +0200 Subject: [PATCH] chore: fix release pipeline - could not find hex. - resource not accessible, fix write permissions --- .github/workflows/release.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d79c47b..8afff92 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -5,6 +5,9 @@ on: tags: - 'v*' +permissions: + contents: write + jobs: micro-build: runs-on: ubuntu-latest @@ -56,4 +59,4 @@ jobs: - name: Publish release asset uses: softprops/action-gh-release@v2 with: - files: artifacts/MICROBIT-${{ github.ref_name }} \ No newline at end of file + files: artifacts/MICROBIT-${{ github.ref_name }}/*.hex \ No newline at end of file