Skip to content

Commit

Permalink
Teehee
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylveondev authored Sep 17, 2024
1 parent 5d8c742 commit c422bc0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-debug-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

buildHtml:
# The type of runner that the job will run on
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand All @@ -22,7 +22,7 @@ jobs:

- uses: krdlab/setup-haxe@master
with:
haxe-version: 4.2.0
haxe-version: 4.2.5
# Runs a set of commands using the runners shell
- name: Install Haxelib
run: |
Expand Down Expand Up @@ -61,7 +61,8 @@ jobs:
git show-ref
git push origin master -f
- name: Publish Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: htmlBuild
path: 'export/release/html5/bin'

0 comments on commit c422bc0

Please sign in to comment.