Skip to content

Commit

Permalink
Update arma.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Walthzer authored Mar 25, 2023
1 parent a7f0ef7 commit 18ed148
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/arma.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,15 @@ jobs:
steps:
- name: Checkout the source code
uses: actions/checkout@master
- name: Build using HEMTT

- name: Setup HEMTT
uses: arma-actions/hemtt@v1
with:
command: build

- name: Run HEMTT build
run: hemtt release

- name: Upload Artifact
uses: actions/upload-artifact@v2-preview
uses: actions/upload-artifact@v3
with:
name: wfar-${{ github.sha }}-nobin
path: releases/wfar_*.zip
name: WFAR
path: releases/

0 comments on commit 18ed148

Please sign in to comment.