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 7e2d67b commit 93d7f55
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,8 +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*
ls
love12/love.app/Contents/MacOS/love main.lua
love12.app/Contents/MacOS/love main.lua
- name: Love Test Report
uses: ellraiser/love-test-report@main
with:
Expand All @@ -34,7 +33,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
powershell.exe love12\love-12.0-win64\lovec.exe main.lua
- name: Love Test Report
uses: ellraiser/love-test-report@main
with:
Expand All @@ -51,7 +50,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 --auto-servernum love12.AppImage main.lua
xvfb-run --auto-servernum ./love12.AppImage main.lua
- name: Love Test Report
uses: ellraiser/love-test-report@main
with:
Expand Down

0 comments on commit 93d7f55

Please sign in to comment.