diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3bed2d6..95b6fa1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -77,7 +77,7 @@ jobs: run: cp target/${{ matrix.target }}/release/esp_exception_decoder esp_exception_decoder_${{ matrix.bin_suffix }} - name: Release - uses: softprops/action-gh-release@v2.3.0 + uses: softprops/action-gh-release@v2.3.2 with: files: esp_exception_decoder_${{ matrix.bin_suffix }} @@ -113,7 +113,7 @@ jobs: run: cargo build --release --target x86_64-pc-windows-gnu - name: Release - uses: softprops/action-gh-release@v2.3.0 + uses: softprops/action-gh-release@v2.3.2 with: files: target/x86_64-pc-windows-gnu/release/esp_exception_decoder.exe @@ -140,7 +140,7 @@ jobs: run: tar czf esp_exception_decoder_wasm.tar.gz -C web index.html esp_exception_decoder_rs.js esp_exception_decoder_rs_bg.wasm - name: Release - uses: softprops/action-gh-release@v2.3.0 + uses: softprops/action-gh-release@v2.3.2 with: files: esp_exception_decoder_wasm.tar.gz