Temporarily allow uploading artifacts on all branches

This commit is contained in:
Antonio Scandurra 2022-02-19 11:37:52 +01:00
parent 8913ec6cfd
commit 794fcba842

View file

@ -82,7 +82,6 @@ jobs:
- name: Upload app bundle to workflow run if main branch
uses: actions/upload-artifact@v2
if: ${{ github.ref == 'refs/heads/main' }}
with:
name: Zed.dmg
path: target/release/Zed.dmg