Still trying to get Actions to work properly.

This commit is contained in:
Sean E. Russell 2020-02-29 15:30:31 -06:00
parent 3449e086df
commit 4f59559734

View File

@ -16,7 +16,9 @@ jobs:
env:
COMPRESS_FILES: true
- id: getfilename
run: echo "::set-output name=file::$(ls .release/*.tgz .release/*.zip)"
- uses: actions/upload-artifact@v1
with:
name: Binaries
path: /github/workspace/.release
path: ${{ steps.getfilename.outputs.file }}