Skip to content

Commit

Permalink
Bump action-gh-release to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
juadde committed May 22, 2024
1 parent 02fca8b commit 915c5da
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ jobs:
- name: Rename archive
run: mv Wireshark_plugin.zip Wireshark_plugin-windows-${{ github.ref_name }}.zip
- name: Release Windows plugin
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: Wireshark_plugin-windows-${{ github.ref_name }}.zip
fail_on_unmatched_files: true
Expand Down Expand Up @@ -385,7 +385,7 @@ jobs:
- name: Rename archive
run: mv Wireshark_plugin.zip Wireshark_plugin-ubuntu-${{ github.ref_name }}.zip
- name: Release Ubuntu plugin
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: Wireshark_plugin-ubuntu-${{ github.ref_name }}.zip
fail_on_unmatched_files: true
Expand Down Expand Up @@ -529,7 +529,7 @@ jobs:
- name: Rename archive
run: mv Wireshark_plugin.zip Wireshark_plugin-standard-${{ github.ref_name }}.zip
- name: Release Standard plugin
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: Wireshark_plugin-standard-${{ github.ref_name }}.zip
fail_on_unmatched_files: true
Expand Down Expand Up @@ -875,7 +875,7 @@ jobs:
- name: Rename archive
run: mv Wireshark_plugin.zip Wireshark_plugin-centos-${{ github.ref_name }}.zip
- name: Release CentOS plugin
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: Wireshark_plugin-centos-${{ github.ref_name }}.zip
fail_on_unmatched_files: true
Expand Down Expand Up @@ -983,7 +983,7 @@ jobs:
- name: Rename archive
run: mv Wireshark_plugin.zip Wireshark_plugin-macos-${{ github.ref_name }}.zip
- name: Release MacOS plugin
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: Wireshark_plugin-macos-${{ github.ref_name }}.zip
fail_on_unmatched_files: true

0 comments on commit 915c5da

Please sign in to comment.