Skip to content

Commit

Permalink
Use latest HEMTT action (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
Timi007 authored Mar 3, 2024
1 parent 513a0da commit 3a95b4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/arma.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 3a95b4b

Please sign in to comment.