Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
removed extra "Release"
  • Loading branch information
Fixstars-momoko authored Feb 7, 2024
1 parent 7fb095f commit 79e1e07
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ jobs:
cd build
cmake --install .
rename package_contents WinUSB-installer-generator-${{ github.ref_name }}
tar -caf WinUSB-installer-generator-${{ github.ref_name }}.zip WinUSB-installer-generator-${{ github.ref_name }}
- name: Release
tar -caf WinUSB-installer-generator-${{ github.ref_name }}.zip WinUSB-installer-generator-${{ github.ref_name }}
- name: Release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 79e1e07

Please sign in to comment.