Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zumbiepig authored Jun 8, 2024
1 parent 9d63c41 commit e408c1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
run: ./gradlew generateJavaScript
- name: Compile assets.epk
run: bash ./CompileEPK.sh
- name: Make offline download
run: bash MakeOfflineDownload.sh
- name: Upload web files
uses: actions/upload-artifact@v4
with:
Expand All @@ -30,8 +32,6 @@ jobs:
javascript/classes.js.map
javascript/favicon.ico
javascript/assets.epk
- name: Make offline download
run: bash MakeOfflineDownload.sh
- name: Upload offline download
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit e408c1d

Please sign in to comment.