From 0042a00744a6905d7e3a2e68ed6d0840988de3ca Mon Sep 17 00:00:00 2001 From: Geir Ola Tvinnereim Date: Sun, 7 Jun 2026 15:58:20 +0200 Subject: [PATCH] Update release.yaml --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8afff92..d6e5a27 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -59,4 +59,4 @@ jobs: - name: Publish release asset uses: softprops/action-gh-release@v2 with: - files: artifacts/MICROBIT-${{ github.ref_name }}/*.hex \ No newline at end of file + files: artifacts/MICROBIT-${{ github.ref_name }}/MICROBIT.hex \ No newline at end of file