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 2515b30 commit 542996c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Run Test Suite
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
7z x love12.zip -o*
love.app/Contents/MacOS/love main.lua
- name: Love Test Report
uses: ellraiser/love-test-report@main
Expand All @@ -26,13 +26,13 @@ jobs:
- name: Install Mesa
run: |
curl -L --output mesa.7z --url https://github.com/pal1000/mesa-dist-win/releases/download/23.2.1/mesa3d-23.2.1-release-msvc.7z
7z x mesa.7z
7z x mesa.7z -o*
powershell.exe ./systemwidedeploy.cmd 1
- name: Run Test Suite
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/971298540/zip"
7z x love12.zip -o love12
7z x love12/love-12.0-win64.zip
7z x love12.zip -o*
7z x love12/love-12.0-win64.zip -o*
love12\love-12.0-win64\lovec.exe main.lua
- name: Love Test Report
uses: ellraiser/love-test-report@main
Expand Down

0 comments on commit 542996c

Please sign in to comment.