We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a19e56c commit 9725264Copy full SHA for 9725264
.github/workflows/release.yml
@@ -57,11 +57,10 @@ jobs:
57
make geth
58
mkdir -p build/artifact
59
tar cfvz build/artifact/geth_${{ steps.env.outputs.version }}_${{ steps.env.outputs.key }}.tar.gz -C build/bin geth
60
- ls build/artifact
61
- name: 'Upload artifact'
62
uses: actions/upload-artifact@v2
63
with:
64
- path: build/artifact/*
+ path: ${{ env.WORKING_DIR }}/build/artifact
65
name: ${{ steps.env.outputs.key }}
66
if-no-files-found: error
67
deploy-cloudsmith:
0 commit comments