Skip to content

Commit

Permalink
CI - Fix HEMTT CI artifacts not uploaded (#10294)
Browse files Browse the repository at this point in the history
* Fix HEMTT CI annotations not shown

* Fix HEMTT artifacts not uploaded

* Revert "Fix HEMTT CI annotations not shown"

This reverts commit 278ddba.

* Bump up actions/upload-artifact to v4
  • Loading branch information
Timi007 authored Sep 7, 2024
1 parent e23a26d commit e4d0968
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/arma.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@ jobs:
with:
name: ace3-${{ github.sha }}-nobin
path: .hemttout/@*
include-hidden-files: true # Because .hemttout is a hidden directory
2 changes: 1 addition & 1 deletion .github/workflows/extensions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Build
run: cargo build --verbose
- name: Upload
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.arrays.os.target }}
path: target/debug/ace.dll
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/hemtt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@ jobs:
with:
name: ace3-${{ github.sha }}
path: .hemttout/@*
include-hidden-files: true # Because .hemttout is a hidden directory

0 comments on commit e4d0968

Please sign in to comment.