Skip to content
This repository was archived by the owner on Mar 31, 2025. It is now read-only.

Commit 9e17d1d

Browse files
authored
Merge pull request #1938 from Doritojoey/patch-1
PRAYING THIS FUCKING WORKS (actions building)
2 parents 0ed7041 + d464f29 commit 9e17d1d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Compile
5555
run: haxelib run lime build Project.xml linux --app-version="4.0.0-${{ github.run_id}}"
5656
- name: Publish Artifact
57-
uses: actions/upload-artifact@v2
57+
uses: actions/upload-artifact@v2.2.4
5858
with:
5959
name: linuxBuild
6060
path: 'export/release/linux/bin'
@@ -63,7 +63,7 @@ jobs:
6363

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

6868
- uses: krdlab/setup-haxe@master
6969
with:
@@ -95,7 +95,7 @@ jobs:
9595
- name: Compile
9696
run: haxelib run lime build windows --app-version="4.0.0-${{ github.run_id}}"
9797
- name: Publish Artifact
98-
uses: actions/upload-artifact@v2
98+
uses: actions/upload-artifact@v2.2.4
9999
with:
100100
name: windowsBuild
101101
path: export/release/windows/bin
@@ -135,7 +135,7 @@ jobs:
135135
- name: Compile
136136
run: haxelib run lime build mac --app-version="4.0.0-${{ github.run_id}}"
137137
- name: Publish Artifact
138-
uses: actions/upload-artifact@v2
138+
uses: actions/upload-artifact@v2.2.4
139139
with:
140140
name: macBuild
141141
path: export/release/macos/bin

0 commit comments

Comments
 (0)