Skip to content

Commit

Permalink
debug workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Bauumm committed Jan 1, 2024
1 parent 1e909a5 commit c4bf1e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
# get love osx binary
curl -L -H "Accept: application/vnd.github+json" -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" --output love12.zip --url "https://api.github.com/repos/love2d/love/actions/artifacts/1142100888/zip"
7z x love12.zip
ls
mv love.app oh3.app
# copy files into bundle (.love folder ending to fool love into thinking there is a zip bundle to start)
mkdir oh3.app/Contents/Resources/oh3.love
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/exe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
run: |
curl -L -H "Accept: application/vnd.github+json" -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" --output love12.zip --url "https://api.github.com/repos/love2d/love/actions/artifacts/1142100892/zip"
7z x love12.zip
ls
mv love-* oh3
mkdir oh3/lib
cp /mingw64/bin/libsqlite3-0.dll oh3/lib/libsqlite3.dll
Expand Down

0 comments on commit c4bf1e8

Please sign in to comment.