Skip to content

Commit

Permalink
this will do i think
Browse files Browse the repository at this point in the history
  • Loading branch information
crowplexus committed Oct 11, 2024
1 parent 125852e commit 7b6d044
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Compiling for Linux
run: haxelib run lime build Project.xml linux
- name: Publish Artifact
uses: actions/upload-artifact@v2.2.4
uses: actions/upload-artifact@v4.3.4
with:
name: Linux
path: 'export/release/linux/bin'
2 changes: 1 addition & 1 deletion .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Compiling for Mac
run: haxelib run lime build mac --app-version="4.0.0-${{ github.run_id}}"
- name: Publish Artifact
uses: actions/upload-artifact@v2.2.4
uses: actions/upload-artifact@v4.3.4
with:
name: Mac
path: export/release/macos/bin
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Compiling for Windows
run: haxelib run lime build windows --app-version="4.0.0-${{ github.run_id}}"
- name: Publish Artifact
uses: actions/upload-artifact@v2.2.4
uses: actions/upload-artifact@v4.3.4
with:
name: Windows
path: export/release/windows/bin

0 comments on commit 7b6d044

Please sign in to comment.