-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vine thud. fixrepo, says the action builds.....
- Loading branch information
1 parent
a7fa102
commit 62d6b20
Showing
1 changed file
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,7 +52,9 @@ jobs: | |
- name: Create Version Tag | ||
run: echo "${{github.run_id}}" > VERSION | ||
- name: Compile | ||
run: haxelib run lime build Project.xml linux --app-version="4.0.0-${{ github.run_id}}" | ||
run: | | ||
haxelib fixrepo | ||
haxelib run lime build Project.xml linux --app-version="4.0.0-${{ github.run_id}}" | ||
- name: Publish Artifact | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -86,7 +88,9 @@ jobs: | |
- name: Create Version Tag | ||
run: echo "${{github.run_id}}" > VERSION | ||
- name: Compile | ||
run: haxelib run lime build windows --app-version="4.0.0-${{ github.run_id}}" | ||
run: | | ||
haxelib fixrepo | ||
haxelib run lime build windows --app-version="4.0.0-${{ github.run_id}}" | ||
- name: Publish Artifact | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -118,7 +122,9 @@ jobs: | |
- name: Create Version Tag | ||
run: echo "${{github.run_id}}" > VERSION | ||
- name: Compile | ||
run: haxelib run lime build mac --app-version="4.0.0-${{ github.run_id}}" | ||
run: | | ||
haxelib fixrepo | ||
haxelib run lime build mac --app-version="4.0.0-${{ github.run_id}}" | ||
- name: Publish Artifact | ||
uses: actions/[email protected] | ||
with: | ||
|