Temporarily allow uploading artifacts on all branches

This commit is contained in:
Antonio Scandurra
2022-02-20 10:57:00 +01:00
parent 8913ec6cfd
commit 794fcba842
-1
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