Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ellraiser committed Oct 8, 2023
1 parent 9b749d3 commit 65c7e9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,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/971298535/zip"
7z x love12.zip -o*
7x x love12/love-macos.zip -o*
7z x love12/love-macos.zip -o*
cd love12/love-macos
ls
love12/love-macos/love.app/Contents/MacOS/love main.lua
Expand All @@ -37,7 +37,7 @@ jobs:
7z x love12.zip -o*
7z x love12/love-12.0-win64.zip -o*
dir
& "love12\love-12.0-win64\lovec.exe" main.lua
"love-12.0-win64\lovec.exe" main.lua
- name: Love Test Report
uses: ellraiser/love-test-report@main
with:
Expand All @@ -54,7 +54,7 @@ jobs:
curl -L -H "Accept: application/vnd.github+json" -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" --output love12.AppImage --url "https://api.github.com/repos/love2d/love/actions/artifacts/971298534/zip"
chmod a+x love12.AppImage
ls
xvfb-run ./love12.AppImage main.lua
xvfb-run .love12.AppImage main.lua
- name: Love Test Report
uses: ellraiser/love-test-report@main
with:
Expand Down

0 comments on commit 65c7e9d

Please sign in to comment.