Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackx2 committed Apr 1, 2024
1 parent 50e1d8d commit 0f83562
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ name: Build
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ main, experimental ]
branches: [ launcher ]
pull_request:
branches: [ main, experimental ]
branches: [ launcher ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down Expand Up @@ -38,20 +38,16 @@ jobs:
haxelib install hxcpp > /dev/null --quiet
haxelib install hmm --quiet
haxelib run hmm install
- name: Skip SScript setup mode
run: echo 'oy9:showMacroty8:loopCosti25y10:includeAllfg' >> ~/settings.cocoa
- name: Create Version Tag
run: echo "${{github.run_id}}" > VERSION
- name: Compile
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:
name: linuxBuild
path: 'export/release/linux/bin'
#---
buildWindows:
runs-on: windows-latest

Expand Down

0 comments on commit 0f83562

Please sign in to comment.