Skip to content

Commit

Permalink
Only run upload to release on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
1Revenger1 committed Oct 9, 2024
1 parent bf094f2 commit ea60182
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
- run: xcodebuild -scheme VoodooRMI -derivedDataPath build -configuration Release

- uses: svenstaro/upload-release-action@v2
if: github.event_name == 'release'
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: build/Build/Products/*/*.zip
Expand Down

0 comments on commit ea60182

Please sign in to comment.