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:
|
||||
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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user