Skip to content

Commit

Permalink
Updated tools (#256)
Browse files Browse the repository at this point in the history
* Updated tools and workflows

* Fixed script_component.hpp

* Run all validations always

* Arma is now testing in action caption

* Added manual deploy

* Updated

* updated script
  • Loading branch information
AndreasBrostrom authored Jul 29, 2024
1 parent b2fe15a commit a716791
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/hemtt-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- dev
- live
jobs:
windows:
deploy:
runs-on: windows-latest
steps:
- name: Checkout the source code
Expand All @@ -23,17 +23,9 @@ jobs:
uses: actions/checkout@v4
- name: Run HEMTT release
run: hemtt release
#- name: Rename build folder
# run: mv .hemttout/build .hemttout/@cav
- name: DEBUG ending...
run: |
Write-Host "Environment: $ENVIRONMENT"
Get-Content -Path .hemttout
Get-Content -Path .hemttout\
env:
ENVIRONMENT: ${{ inputs.environment }}
shell: pwsh
#- name: Upload Artifact
# uses: actions/upload-artifact@v4
# with:
# name: cav-${{ github.sha }}
# path: .hemttout/@*
ENVIRONMENT: ${{ inputs.environment }}

0 comments on commit a716791

Please sign in to comment.