Skip to content

Commit ea60182

Browse files
committed
Only run upload to release on tag
1 parent bf094f2 commit ea60182

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
- run: xcodebuild -scheme VoodooRMI -derivedDataPath build -configuration Release
4141

4242
- uses: svenstaro/upload-release-action@v2
43+
if: github.event_name == 'release'
4344
with:
4445
repo_token: ${{ secrets.GITHUB_TOKEN }}
4546
file: build/Build/Products/*/*.zip

0 commit comments

Comments
 (0)