Skip to content
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.

Commit

Permalink
Why Linux and Windows are caring for errors?
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan2008Git committed Apr 11, 2023
1 parent 25243da commit b41fb11
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,14 @@ jobs:
haxelib list
- name: Create Version Tag
run: echo "${{github.run_id}}" > VERSION
- name: Setup Lime
run: |
haxelib run lime setup -alias -y
haxelib set lime 7.9.0
haxelib set openfl 9.1.0
haxelib set flixel 4.11.0
haxelib set flixel-addons 2.11.0
haxelib set hxCodec 2.5.1
- name: Compile
run: haxelib run lime build Project.xml linux --app-version="4.0.0-${{ github.run_id}}"
- name: Publish Artifact
Expand Down Expand Up @@ -96,6 +104,14 @@ jobs:
shell: cmd
- name: Create Version Tag
run: echo "${{github.run_id}}" > VERSION
- name: Setup Lime
run: |
haxelib run lime setup -alias -y
haxelib set lime 7.9.0
haxelib set openfl 9.1.0
haxelib set flixel 4.11.0
haxelib set flixel-addons 2.11.0
haxelib set hxCodec 2.5.1
- name: Compile
run: haxelib run lime build windows --app-version="4.0.0-${{ github.run_id}}"
- name: Publish Artifact
Expand Down

0 comments on commit b41fb11

Please sign in to comment.