🤦‍♂️

This commit is contained in:
Nathan Sobo 2021-05-17 21:33:08 -06:00
parent 6c51ce9595
commit 614d74948c

View file

@ -64,7 +64,7 @@ jobs:
- uses: svenstaro/upload-release-action@v2
name: Upload app bundle to release
if: ${{ startsWith(github.github.ref, 'refs/tags/v') }}
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: target/release/Zed.dmg