Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down Expand Up @@ -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

Expand All @@ -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

Expand Down