Skip to content

Commit

Permalink
CI - Fix HEMTT CI artifacts not uploaded (#1345)
Browse files Browse the repository at this point in the history
  • Loading branch information
Timi007 authored Sep 6, 2024
1 parent 6d9ad4e commit f42ac4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/arma.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,4 @@ jobs:
with:
name: acre2-${{ github.sha }}-nobin
path: .hemttout/@*
include-hidden-files: true # Because .hemttout is a hidden directory
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
name: acre2
path: .hemttout/@*
retention-days: 1
include-hidden-files: true # Because .hemttout is a hidden directory

compile:
if: github.repository == 'IDI-Systems/acre2' && ! contains(github.event.head_commit.message, '[ci skip]')
Expand Down

0 comments on commit f42ac4a

Please sign in to comment.