Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
love-code-yeyixiao authored Aug 21, 2024
1 parent 0b49eb8 commit 43065d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 43065d2

Please sign in to comment.