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