This commit is contained in:
blueloveTH 2023-07-16 03:03:50 +08:00
parent 1f085d484d
commit 1635b3f3a5

View File

@ -13,12 +13,12 @@ jobs:
Invoke-Expression (Invoke-Webrequest 'https://xmake.io/psget.text' -UseBasicParsing).Content
xmake --version
- name: Compile
shell: bash
shell: powershell
run: |
mkdir -p output/windows/x86_64
bash -c "mkdir -p output/windows/x86_64"
cd dylib
pwsh -Command "xmake f -p windows -a x86_64"
pwsh -Command "xmake"
xmake f -p windows -a x86_64
xmake
cp build/windows/x86_64/release/test.dll ../output/windows/x86_64
- uses: actions/upload-artifact@v3
with: