Skip to content

Commit

Permalink
build: Update artifact paths and formats in release workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
hazre committed Oct 18, 2024
1 parent 46b358d commit a485d00
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,8 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.platform }}${{ matrix.is-portable && '-portable' || '' }}-artifacts
path: releases/${{ env.PROJECT }}-${{ matrix.platform }}${{ matrix.is-portable && '-portable' || '' }}*
compression-level: 0
path: |
releases/${{ env.PROJECT }}-${{ matrix.platform }}${{ matrix.is-portable && '-portable' || '' }}*.zip
releases/${{ env.PROJECT }}-${{ matrix.platform }}${{ matrix.is-portable && '-portable' || '' }}*.AppImage
releases/${{ env.PROJECT }}-${{ matrix.platform }}${{ matrix.is-portable && '-portable' || '' }}*.exe
compression-level: 0

0 comments on commit a485d00

Please sign in to comment.