Skip to content

Commit e577e83

Browse files
authored
test no build
1 parent 481cd51 commit e577e83

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: .github/workflows/main.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ jobs:
3838
# Inform if build steps are skipped
3939
- name: Inform Skipped Build Steps
4040
if: env.build_trigger != 'true'
41-
run: echo "Skipping build steps because the commit message does not contain #GITBUILD."
41+
shell: powershell
42+
run: |
43+
Write-Host "Skipping build steps because the commit message does not contain #GITBUILD."
4244
4345
# Install 7Zip PowerShell module
4446
- name: Install 7Zip PowerShell Module
@@ -116,4 +118,3 @@ jobs:
116118
asset_path: ./UnityLauncherPro.zip
117119
asset_name: UnityLauncherPro.zip
118120
asset_content_type: application/zip
119-

0 commit comments

Comments
 (0)