Skip to content

Commit

Permalink
build - upload build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
shdwmtr committed Jun 23, 2024
1 parent bd527f6 commit 7559d32
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@ jobs:
mkdir ./build/artifacts
cmake --build build
# Move the python311.dll binary to the release directory
# copy D:\a\Millennium\Millennium\Python-3.11.8\PCbuild\win32\python311.dll D:/a/Millennium/Millennium/build/artifacts/python311.dll
# copy D:\a\Millennium\Millennium\build\Release\user32.dll D:/a/Millennium/Millennium/build/artifacts/user32.dll
ldd ./build/artifacts/user32
copy ./build/Release/user32 ./build/artifacts/user32
env:
VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite"

- name: Upload Build Artifact
uses: actions/upload-artifact@v4
with:
name: millennium
path: D:/a/Millennium/Millennium/build/artifacts
path: ./build/artifacts

0 comments on commit 7559d32

Please sign in to comment.