From 6c89bd37f44f23df7fcd2e75efb5be3641c92a0b Mon Sep 17 00:00:00 2001 From: Timi007 Date: Sun, 3 Mar 2024 14:38:05 +0100 Subject: [PATCH] Update HEMTT actions (#18) * Remove obsolete ASC config * Use latest hemtt action --- .github/workflows/arma.yml | 4 ++-- .github/workflows/release.yml | 2 +- .hemtt/project.toml | 8 -------- 3 files changed, 3 insertions(+), 11 deletions(-) diff --git a/.github/workflows/arma.yml b/.github/workflows/arma.yml index 293c2d3..5ce5e58 100644 --- a/.github/workflows/arma.yml +++ b/.github/workflows/arma.yml @@ -25,6 +25,6 @@ jobs: - name: Checkout the source code uses: actions/checkout@v4 - name: Setup HEMTT - uses: arma-actions/hemtt@v1 + uses: arma-actions/hemtt@main - name: Run HEMTT build - run: hemtt build + run: hemtt build --no-bin diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3a01561..8b798cc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v4 - name: Setup HEMTT - uses: arma-actions/hemtt@v1 + uses: arma-actions/hemtt@main - name: Setup Tools run: | diff --git a/.hemtt/project.toml b/.hemtt/project.toml index 2653228..4f50054 100644 --- a/.hemtt/project.toml +++ b/.hemtt/project.toml @@ -21,14 +21,6 @@ authority = "mts_nature" path = "addons/nature/script_version.hpp" git_hash = 0 -[asc] -enabled = true -exclude = [ - "/initsettings.sqf", - "/initkeybinds.sqf", - "/xeh_prep.sqf", -] - [hemtt.config] preset = "Hemtt"