Browse Source

Only upload artifacts to sotrage repo in diasurgical org

pull/4982/head
obligaron 4 years ago committed by Anders Jenbo
parent
commit
34f2871e12
  1. 2
      .github/workflows/Windows_MinGW_x64.yml

2
.github/workflows/Windows_MinGW_x64.yml

@ -41,7 +41,7 @@ jobs:
path: build/devilutionx.zip
- name: Upload artifacts as release in storage repo
if: ${{ !env.ACT && github.ref == 'refs/heads/master' && github.event_name != 'pull_request' }}
if: ${{ !env.ACT && github.ref == 'refs/heads/master' && github.event_name != 'pull_request' && github.repository == 'diasurgical/devilutionX' }}
uses: svenstaro/upload-release-action@v2
with:
repo_name: artifacts-storage/devilutionx-artifacts

Loading…
Cancel
Save