Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacrlevin committed Dec 20, 2023
1 parent dacf3d8 commit caaafc6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/Web_Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ jobs:
path: ${{ github.workspace }}/${{ matrix.ChannelName }}
name: ${{ matrix.ChannelName }}


Code_Signing:
needs: Build_Web
if: ${{ (github.event_name != 'pull_request') && (github.ref == 'refs/heads/main') }}
Expand Down Expand Up @@ -561,7 +560,7 @@ jobs:
body: >
${{ steps.changelog.outputs.compareurl }}
${{ steps.changelog.outputs.changelog }}
gzip: folders
gzip: false
files: >
"/home/runner/work/presencelight/presencelight/Sign/Linux_Musl_ARM_x64/PresenceLight.Linux_Musl_ARM_x64.${{ env.VERSION }}.zip"
"/home/runner/work/presencelight/presencelight/Sign/Windows_x64_x86/PresenceLight.Windows_x64_x86.${{ env.VERSION }}.zip"
Expand Down

0 comments on commit caaafc6

Please sign in to comment.