We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 481cd51 commit e577e83Copy full SHA for e577e83
.github/workflows/main.yml
@@ -38,7 +38,9 @@ jobs:
38
# Inform if build steps are skipped
39
- name: Inform Skipped Build Steps
40
if: env.build_trigger != 'true'
41
- run: echo "Skipping build steps because the commit message does not contain #GITBUILD."
+ shell: powershell
42
+ run: |
43
+ Write-Host "Skipping build steps because the commit message does not contain #GITBUILD."
44
45
# Install 7Zip PowerShell module
46
- name: Install 7Zip PowerShell Module
@@ -116,4 +118,3 @@ jobs:
116
118
asset_path: ./UnityLauncherPro.zip
117
119
asset_name: UnityLauncherPro.zip
120
asset_content_type: application/zip
-
0 commit comments