Still trying to get Actions to work properly.
This commit is contained in:
parent
3449e086df
commit
4f59559734
6
.github/workflows/go.yml
vendored
6
.github/workflows/go.yml
vendored
|
@ -16,7 +16,9 @@ jobs:
|
||||||
env:
|
env:
|
||||||
COMPRESS_FILES: true
|
COMPRESS_FILES: true
|
||||||
|
|
||||||
|
- id: getfilename
|
||||||
|
run: echo "::set-output name=file::$(ls .release/*.tgz .release/*.zip)"
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v1
|
- uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: Binaries
|
path: ${{ steps.getfilename.outputs.file }}
|
||||||
path: /github/workspace/.release
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user