Skip to content

Commit

Permalink
Merge pull request #1938 from Doritojoey/patch-1
Browse files Browse the repository at this point in the history
PRAYING THIS FUCKING WORKS (actions building)
  • Loading branch information
ShadowMario authored Dec 11, 2021
2 parents 0ed7041 + d464f29 commit 9e17d1d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Compile
run: haxelib run lime build Project.xml linux --app-version="4.0.0-${{ github.run_id}}"
- name: Publish Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v2.2.4
with:
name: linuxBuild
path: 'export/release/linux/bin'
Expand All @@ -63,7 +63,7 @@ jobs:

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

- uses: krdlab/setup-haxe@master
with:
Expand Down Expand Up @@ -95,7 +95,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@v2
uses: actions/upload-artifact@v2.2.4
with:
name: windowsBuild
path: export/release/windows/bin
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
- name: Compile
run: haxelib run lime build mac --app-version="4.0.0-${{ github.run_id}}"
- name: Publish Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v2.2.4
with:
name: macBuild
path: export/release/macos/bin

1 comment on commit 9e17d1d

@Enderman1444
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Epic.

Please sign in to comment.