Skip to content

Commit

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

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down Expand Up @@ -73,7 +73,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 Project.xml linux --app-version="4.0.0-${{ github.run_id}}"
- name: Publish Artifact
uses: actions/[email protected]
with:
Expand Down

0 comments on commit fe1f5a1

Please sign in to comment.