Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CamLikesKirby authored Oct 24, 2024
1 parent d61ef62 commit 92d53d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

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

- uses: krdlab/setup-haxe@master
with:
Expand Down Expand Up @@ -57,7 +57,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@main
uses: actions/upload-artifact@v4.3.4
with:
name: ReleaseBuild
path: export/release/windows/bin

0 comments on commit 92d53d5

Please sign in to comment.