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
|
||||
with:
|
||||
command: build --release --ci
|
||||
# https://github.com/actions/upload-artifact/issues/3#issuecomment-524442814
|
||||
# - name: Upload Artifact
|
||||
# uses: actions/upload-artifact@master
|
||||
# with:
|
||||
# name: ace3-${{ github.sha }}-nobin
|
||||
# path: '@ace'
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v2-preview
|
||||
with:
|
||||
name: ace3-${{ github.sha }}-nobin
|
||||
path: releases/ace3_*.zip
|
||||
|
Loading…
Reference in New Issue
Block a user