Skip to content

Commit

Permalink
Fix HEMTT tag in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
veteran29 committed Oct 7, 2023
1 parent f452ccc commit 3e6d304
Showing 1 changed file with 1 addition and 1 deletion.
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:
- name: Build using HEMTT
run: |
docker run -v "$(pwd):c:/workdir" -e CI=$True ghcr.io/armaforces/arma3tools:latest hemtt build --release --ci --time
docker run -v "$(pwd):c:/workdir" -e CI=$True ghcr.io/armaforces/arma3tools:v2 hemtt release
- uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 3e6d304

Please sign in to comment.