From a716791ec3f8be9bfb6fc014315b79a7d74bd7a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brostr=C3=B6m=2EA=20=7C=20Evul?= Date: Mon, 29 Jul 2024 11:38:00 +0200 Subject: [PATCH] Updated tools (#256) * 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 --- .github/workflows/hemtt-deploy.yml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/.github/workflows/hemtt-deploy.yml b/.github/workflows/hemtt-deploy.yml index bf11e3f7..b4c7127f 100644 --- a/.github/workflows/hemtt-deploy.yml +++ b/.github/workflows/hemtt-deploy.yml @@ -12,7 +12,7 @@ on: - dev - live jobs: - windows: + deploy: runs-on: windows-latest steps: - name: Checkout the source code @@ -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/@* \ No newline at end of file + ENVIRONMENT: ${{ inputs.environment }} \ No newline at end of file