Skip to content

Commit

Permalink
CI - Fix HEMTT CI artifacts not uploaded (KAT-Advanced-Medical#595)
Browse files Browse the repository at this point in the history
**When merged this pull request will:**
- Fix CI

### IMPORTANT

- [Development Guidelines](https://ace3.acemod.org/wiki/development/)
are read, understood and applied.
- Title of this PR uses our standard template `Component -
Add|Fix|Improve|Change|Make|Remove {changes}`.
  • Loading branch information
MiszczuZPolski authored Sep 9, 2024
1 parent 5d897d2 commit c2198ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/arma.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ jobs:
- name: Run HEMTT Build
run: hemtt build
- name: Upload Release
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: '@kat'
path: '.hemttout/build/*'
include-hidden-files: true # Because .hemttout is a hidden directory

0 comments on commit c2198ea

Please sign in to comment.