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 481cd51 commit e577e83
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
# Inform if build steps are skipped
- name: Inform Skipped Build Steps
if: env.build_trigger != 'true'
run: echo "Skipping build steps because the commit message does not contain #GITBUILD."
shell: powershell
run: |
Write-Host "Skipping build steps because the commit message does not contain #GITBUILD."
# Install 7Zip PowerShell module
- name: Install 7Zip PowerShell Module
Expand Down Expand Up @@ -116,4 +118,3 @@ jobs:
asset_path: ./UnityLauncherPro.zip
asset_name: UnityLauncherPro.zip
asset_content_type: application/zip

0 comments on commit e577e83

Please sign in to comment.