diff --git a/.github/workflows/nightly-release.yaml b/.github/workflows/nightly-release.yaml index 4e61f77..c455c9d 100644 --- a/.github/workflows/nightly-release.yaml +++ b/.github/workflows/nightly-release.yaml @@ -35,7 +35,7 @@ jobs: }); }) - name: Release - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3 + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3 with: files: | build/release/gratos.x86.grub.iso diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e556e86..7fdcb31 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -17,7 +17,7 @@ jobs: make iso BUILD=release BOOTPROTOCOL=multiboot2 BOOTLOADER=grub make iso BUILD=release BOOTPROTOCOL=multiboot2 BOOTLOADER=limine - name: Release - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3 + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3 with: files: | build/release/gratos.x86.grub.iso