Skip to content

Commit

Permalink
fix(ci): web release path
Browse files Browse the repository at this point in the history
  • Loading branch information
aldum committed Jul 4, 2023
1 parent 9e95e5b commit 4a68f24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@ jobs:
sudo apt install nodejs
npm i -g love.js
love.js -c ${{ env.LOVE_ARTIFACT_NAME }} ./${{ env.OUTPUT_FOLDER }} --title "LÖVEputer" --memory 67108864
7z a ${{ env.LOVE_JS }} ./${{ env.OUTPUT_FOLDER }}/*
7z a ${{ env.ARTIFACT_FOLDER }}/${{ env.LOVE_JS }} ./${{ env.OUTPUT_FOLDER }}/*
- name: upload
uses: actions/upload-artifact@v3
with:
name: ${{ env.LOVE_JS }}
path: ${{ env.OUTPUT_FOLDER }}
path: ${{ env.ARTIFACT_FOLDER }}

build-android:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4a68f24

Please sign in to comment.