Skip to content

Commit

Permalink
🔧 remove debug scripting files from release
Browse files Browse the repository at this point in the history
  • Loading branch information
Roms1383 committed Sep 1, 2024
1 parent 615a3cf commit 511e5c0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,22 @@ jobs:
- name: Bundle mod files
run: just ci 'Audioware-windows-latest-${{ github.ref_name }}'
- name: Zip files
if: ${{ env.IS_DRAFT || env.IS_PRERELEASE }}
uses: thedoctor0/[email protected]
with:
type: zip
filename: Audioware-windows-latest-${{ github.ref_name }}.zip
directory: Audioware-windows-latest-${{ github.ref_name }}
path: .
- name: Zip files
if: ${{ !env.IS_DRAFT && !env.IS_PRERELEASE }}
uses: thedoctor0/[email protected]
with:
type: zip
filename: Audioware-windows-latest-${{ github.ref_name }}.zip
directory: Audioware-windows-latest-${{ github.ref_name }}
path: .
exclusions: 'Debug*.reds'
- name: Generate zip checksum
run: Get-FileHash -Path "Audioware-windows-latest-${{ github.ref_name }}\Audioware-windows-latest-${{ github.ref_name }}.zip" -Algorithm SHA256 | Select-Object -ExpandProperty Hash > "checksum.txt"
- name: Upload artifact
Expand Down

0 comments on commit 511e5c0

Please sign in to comment.