Skip to content

Commit

Permalink
test no build
Browse files Browse the repository at this point in the history
  • Loading branch information
unitycoder authored Jan 20, 2025
1 parent e577e83 commit 39275f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ jobs:
- name: Create Release
id: create_release
uses: actions/create-release@latest
if: env.build_trigger == 'true' # Execute only if build was triggered
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand All @@ -111,6 +112,7 @@ jobs:
- name: Upload Release Asset
id: upload-release-asset
uses: actions/upload-release-asset@v1
if: env.build_trigger == 'true' # Execute only if build was triggered
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 39275f4

Please sign in to comment.