From 43065d2cf8789d4035e248c2dd89e274be62582d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=88=B1=E7=BC=96=E7=A8=8B=E7=9A=84=E5=8F=B6=E4=B8=80?= =?UTF-8?q?=E7=AC=91?= <92030377+love-code-yeyixiao@users.noreply.github.com> Date: Wed, 21 Aug 2024 15:19:33 +0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f8e9cf42bc7..9fcfdfa1aa2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -150,7 +150,7 @@ jobs: run: Installer\get_assets.cmd - name: Upload installer assets - if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request' + #if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request' uses: actions/upload-artifact@v4 with: name: Assets @@ -159,7 +159,7 @@ jobs: retention-days: 60 - name: Upload Sandboxie x64 - if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request' + #if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request' uses: actions/upload-artifact@v4 with: name: Sandboxie_x64 @@ -253,7 +253,7 @@ jobs: run: Installer\copy_build.cmd ARM64 - name: Upload Sandboxie ARM64 - if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request' + #if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request' uses: actions/upload-artifact@v4 with: name: Sandboxie_ARM64 @@ -322,7 +322,7 @@ jobs: run: Installer\copy_build.cmd x86 - name: Upload Sandboxie x86 - if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request' + #if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request' uses: actions/upload-artifact@v4 with: name: Sandboxie_x86