mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Tools - Enable CI HEMTT artifacts (#7644)
This commit is contained in:
parent
82d7980ada
commit
ddff1c3095
11
.github/workflows/arma.yml
vendored
11
.github/workflows/arma.yml
vendored
@ -41,9 +41,8 @@ jobs:
|
|||||||
uses: arma-actions/hemtt@master
|
uses: arma-actions/hemtt@master
|
||||||
with:
|
with:
|
||||||
command: build --release --ci
|
command: build --release --ci
|
||||||
# https://github.com/actions/upload-artifact/issues/3#issuecomment-524442814
|
- name: Upload Artifact
|
||||||
# - name: Upload Artifact
|
uses: actions/upload-artifact@v2-preview
|
||||||
# uses: actions/upload-artifact@master
|
with:
|
||||||
# with:
|
name: ace3-${{ github.sha }}-nobin
|
||||||
# name: ace3-${{ github.sha }}-nobin
|
path: releases/ace3_*.zip
|
||||||
# path: '@ace'
|
|
||||||
|
Loading…
Reference in New Issue
Block a user