Skip to content

Commit 47425c7

Browse files
committed
update:ms build
1 parent 8c5409c commit 47425c7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/msbuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ jobs:
7070
}
7171
ls
7272
Expand-Archive -Path ./XEngine_Windows_x86-32.zip -DestinationPath ./XEngine_Windows_x86-32 -Force
73-
ls
74-
73+
ls XEngine_Windows_x86-32
74+
7575
echo "XENGINE_INCLUDE=${{ github.workspace }}/XEngine_Windows_x86-32" | Out-File -FilePath $env:GITHUB_ENV -Append
7676
echo "XENGINE_LIB32=${{ github.workspace }}/XEngine_Windows_x86-32/XEngine_Windows" | Out-File -FilePath $env:GITHUB_ENV -Append
7777
shell: pwsh

.github/workflows/ubuntubuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: ubuntu build workflows
22

33
on:
44
push:
5-
branches: [ "master" ]
5+
branches: [ "1" ]
66

77
permissions:
88
contents: read

0 commit comments

Comments
 (0)