diff --git a/.github/workflows/arma.yml b/.github/workflows/arma.yml index 80a540d0e5..bc294377f3 100644 --- a/.github/workflows/arma.yml +++ b/.github/workflows/arma.yml @@ -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