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 6e645f7 commit 954d4c3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ 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*
ls
cd love12
ls
love12.app/Contents/MacOS/love main.lua
love12/Contents/MacOS/love main.lua
- name: Love Test Report
uses: ellraiser/love-test-report@main
with:
Expand All @@ -36,7 +35,7 @@ jobs:
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/971298540/zip"
7z x love12.zip -o*
7z x love12/love-12.0-win64.zip -o*
"love12\love-12.0-win64\lovec.exe" main.lua
& "love12\love-12.0-win64\lovec.exe" main.lua
- name: Love Test Report
uses: ellraiser/love-test-report@main
with:
Expand All @@ -53,7 +52,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 -s 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 954d4c3

Please sign in to comment.