Skip to content

Commit

Permalink
Fix autobuild?
Browse files Browse the repository at this point in the history
  • Loading branch information
melody-rs committed Jul 6, 2024
1 parent 6d5f44e commit 2314d0c
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,14 @@ jobs:
mkdir build/out/lib
cd build/out/
cp /ucrt64/bin/zlib1.dll ./lib
cp ../../../windows/build-ucrt64/bin/x64-ucrt-ruby310.dll .
cp -r ../../../windows/build-ucrt64/lib/ruby/3.1.0 .
cp ../../windows/build-ucrt64/bin/x64-ucrt-ruby310.dll .
cp -r ../../windows/build-ucrt64/lib/ruby/3.1.0 .
mv ./3.1.0 ./lib/ruby
cp ../../oneshot.exe ./lib
cp ../../oneshot-shim.exe ./oneshot
cp ../../journal/_______.exe .
cp ../../../mkxp.json .
cp -r ../../../scripts .
cp ../../../assets/LICENSE.mkxp-z-with-https.txt .
cp ../oneshot.exe ./lib
cp ../oneshot-shim.exe ./oneshot
cp ../journal/_______.exe .
cp ../../mkxp.json .
cp ../../assets/LICENSE.mkxp-z-with-https.txt .
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 2314d0c

Please sign in to comment.