mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2024-11-23 19:29:43 +00:00
added artifact
This commit is contained in:
parent
3b34a06e94
commit
c65910905e
8
.github/workflows/windows.yml
vendored
8
.github/workflows/windows.yml
vendored
@ -40,3 +40,11 @@ jobs:
|
||||
# Add additional options to the MSBuild command line here (like platform or verbosity level).
|
||||
# See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
|
||||
run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}}
|
||||
|
||||
- name: Upload a Build Artifact
|
||||
uses: actions/upload-artifact@v3.1.2
|
||||
with:
|
||||
# Artifact name
|
||||
name: shadps4-win64
|
||||
# A file, directory or wildcard pattern that describes what to upload
|
||||
path: x64/Release
|
||||
|
Loading…
Reference in New Issue
Block a user