From c1dec2a37d221a0050b6dd56a22c4df869626b89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Dahlgren?= Date: Sat, 20 Jan 2024 21:24:21 +0100 Subject: [PATCH] ci: Update HEMTT --- .github/workflows/ci.yml | 21 ++++++++++++------- ...{definedikcodes.inc => defineDIKCodes.inc} | 0 2 files changed, 13 insertions(+), 8 deletions(-) rename include/a3/ui_f/hpp/{definedikcodes.inc => defineDIKCodes.inc} (100%) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3636d777..dafacdca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,14 +8,19 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repo - uses: actions/checkout@v2 + uses: actions/checkout@v4 - - name: Build with HEMTT - uses: gruppe-adler/action-release-with-hemtt@1.1.2 - id: build + - name: Setup HEMTT + uses: arma-actions/hemtt@v1 - - name: Upload artifact - uses: actions/upload-artifact@1.0.0 + - name: Build + run: hemtt build + + - name: Rename build folder + run: mv .hemttout/build .hemttout/@grad_trenches + + - name: Upload Artifact + uses: actions/upload-artifact@v3 with: - name: 'grad_trenches' - path: ${{ steps.build.outputs.zip_path }} + name: grad-trenches-${{ github.sha }} + path: .hemttout/@* diff --git a/include/a3/ui_f/hpp/definedikcodes.inc b/include/a3/ui_f/hpp/defineDIKCodes.inc similarity index 100% rename from include/a3/ui_f/hpp/definedikcodes.inc rename to include/a3/ui_f/hpp/defineDIKCodes.inc