Skip to content

Commit

Permalink
dev: append new files for github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
seven-mile committed Sep 25, 2023
1 parent fd3c68a commit 598d99d
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,19 @@ jobs:
working-directory: ${{ env.BUILD_PLATFORM }}/${{ env.BUILD_CONFIGURATION }}
run: |
mkdir -p ./Artifact
cp -r ./UFCase/Assets ./Artifact
cp ./UFCase/Microsoft.WindowsAppRuntime.Bootstrap.dll ./Artifact
cp ./UFCase/UFCase.exe ./Artifact
cp ./UFCase/UFCase.pri ./Artifact
cp ./UFCase/UFCase.Isolation.winmd ./Artifact
cp -r ./UFCase/Assets ./Artifact
cp ./UFCase.Host/UFCase.Host.exe ./Artifact
cp ./UFCase/UFCase.Host.amd64.exe ./Artifact
cp ./UFCase/UFCase.Host.Manifest.dll ./Artifact
cp ./UFCase/UFCase.Host.Manifest.winmd ./Artifact
cp ./UFCase/WinRT.Host.dll ./Artifact
cp ./UFCase/WinRT.Host.dll.mui ./Artifact
cp ./UFCase/WinRT.Host.runtimeconfig.json ./Artifact
cp ./UFCase/WinRT.Host.Shim.dll ./Artifact
cp ./UFCase/WinRT.Runtime.dll ./Artifact
# Upload the application package: https://github.com/marketplace/actions/upload-a-build-artifact
- name: Upload UFCase package
Expand Down

0 comments on commit 598d99d

Please sign in to comment.