Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CamLikesKirby authored Nov 8, 2024
1 parent ded4801 commit 51fb5d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:

steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@main
- uses: actions/checkout@v2

- uses: krdlab/setup-haxe@master
- uses: krdlab/setup-haxe@v1
with:
haxe-version: 4.2.5
# Runs a set of commands using the runners shell
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Compile
run: haxelib run lime build windows --app-version="4.0.0-${{ github.run_id}}"
- name: Publish Artifact
uses: actions/upload-artifact@v4.3.4
uses: actions/upload-artifact@v4
with:
name: ReleaseBuild
path: export/release/windows/bin

0 comments on commit 51fb5d1

Please sign in to comment.