This repository was archived by the owner on Mar 31, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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'
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 :
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
You can’t perform that action at this time.
0 commit comments