diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml deleted file mode 100644 index e8d27799..00000000 --- a/.github/workflows/Release.yml +++ /dev/null @@ -1,23 +0,0 @@ -on: - workflow_dispatch: - inputs: - Version: - description: 'Release' - required: true - default: '5.0' - type: string - - workflow_call: - inputs: - Version: - description: 'Release' - required: true - default: '5.0' - type: string - -jobs: - Deploy_Choco: - uses: isaacrlevin/presencelight/.github/workflows/Releases/Choco.yml@main - with: - Version: ${{ inputs.VERSION }} - diff --git a/.github/workflows/Web_Build.yml b/.github/workflows/Web_Build.yml index 9f247879..a236dd77 100644 --- a/.github/workflows/Web_Build.yml +++ b/.github/workflows/Web_Build.yml @@ -562,13 +562,7 @@ jobs: ${{ steps.changelog.outputs.changelog }} 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 - /home/runner/work/presencelight/presencelight/Sign/Windows_ARM/PresenceLight.Windows_ARM.${{ env.VERSION }}.zip - /home/runner/work/presencelight/presencelight/Sign/macOS/PresenceLight.macOS.${{ env.VERSION }}.zip - /home/runner/work/presencelight/presencelight/Sign/Linux_ARM/PresenceLight.Linux_ARM.${{ env.VERSION }}.zip - /home/runner/work/presencelight/presencelight/Sign/Linux_ARM64/PresenceLight.Linux_ARM64.${{ env.VERSION }}.zip - /home/runner/work/presencelight/presencelight/Sign/Linux_Musl_x64/PresenceLight.Linux_Musl_x64.${{ env.VERSION }}.zip + Sign/*.zip - name: Setup tmate session if: ${{ failure() }} uses: mxschmitt/action-tmate@v3 \ No newline at end of file