We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c5409c commit 47425c7Copy full SHA for 47425c7
.github/workflows/msbuild.yml
@@ -70,8 +70,8 @@ jobs:
70
}
71
ls
72
Expand-Archive -Path ./XEngine_Windows_x86-32.zip -DestinationPath ./XEngine_Windows_x86-32 -Force
73
- ls
74
-
+ ls XEngine_Windows_x86-32
+
75
echo "XENGINE_INCLUDE=${{ github.workspace }}/XEngine_Windows_x86-32" | Out-File -FilePath $env:GITHUB_ENV -Append
76
echo "XENGINE_LIB32=${{ github.workspace }}/XEngine_Windows_x86-32/XEngine_Windows" | Out-File -FilePath $env:GITHUB_ENV -Append
77
shell: pwsh
.github/workflows/ubuntubuild.yml
@@ -2,7 +2,7 @@ name: ubuntu build workflows
2
3
on:
4
push:
5
- branches: [ "master" ]
+ branches: [ "1" ]
6
7
permissions:
8
contents: read
0 commit comments