Actions work in $GITHUB_WORKSPACE. Still can't get upload-artifact to upload multiple files
This commit is contained in:
parent
167d295096
commit
4ed2037b30
5
.github/workflows/go.yml
vendored
5
.github/workflows/go.yml
vendored
|
@ -16,10 +16,7 @@ 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: ${{ steps.getfilename.outputs.file }}
|
||||
path: .release
|
||||
|
|
Loading…
Reference in New Issue
Block a user