Tools - Enable CI HEMTT artifacts (#7644)

This commit is contained in:
jonpas 2020-04-18 19:04:26 +02:00 committed by GitHub
parent 82d7980ada
commit ddff1c3095
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'