Skip to content

Commit

Permalink
cleanup and release testing
Browse files Browse the repository at this point in the history
  • Loading branch information
coreybutler committed Dec 29, 2024
1 parent 4466afd commit 9a3c37e
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,13 @@ jobs:
dir ${{ github.workspace }}\bin
cd ..\
- name: Compress Executables
uses: crazy-max/ghaction-upx@v3
with:
version: latest
files: |
${{ github.workspace }}/bin/*.exe
args: --brute
# - name: Compress Executables
# uses: crazy-max/ghaction-upx@v3
# with:
# version: latest
# files: |
# ${{ github.workspace }}/bin/*.exe
# args: --brute

- name: Download Resource Hacker
run: |
Expand Down Expand Up @@ -349,9 +349,17 @@ jobs:
prerelease: false
draft: false
make_latest: true
append_body: true

- name: Add Attestation Report to Release Notes
if: success()
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ env.TAG }}
body: |
:lock: **[Attestation Report](${{ steps.attest.outputs.attestation-url }})**<br/><br/>
:office: **[Attestation Report](${{ steps.attest.outputs.attestation-url }})**<br/><br/>
append_body: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

rollback:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9a3c37e

Please sign in to comment.