Still working through github's poorly documented workflows. I miss bitbucket.
This commit is contained in:
parent
39668553e4
commit
ee2010bfc1
5
.github/workflows/go.yml
vendored
5
.github/workflows/go.yml
vendored
|
@ -16,9 +16,6 @@ jobs:
|
|||
env:
|
||||
COMPRESS_FILES: true
|
||||
|
||||
- id: getfilename
|
||||
run: echo "::set-output name=file::$(ls /github/workspace/.release/*.tgz /github/workspace/.release/*.zip)"
|
||||
|
||||
- uses: actions/upload-artifact@v1
|
||||
with:
|
||||
path: ${{ steps.getfilename.outputs.file }}
|
||||
path: /github/workspace/.release
|
||||
|
|
Loading…
Reference in New Issue
Block a user