File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -108,8 +108,8 @@ jobs:
108
108
if : startsWith(github.ref, 'refs/tags/')
109
109
run : |
110
110
echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
111
- chmod +x /home/runner/work/itw3/itw3 /build/${{ matrix.toolchain.host }}/release/bin/*
112
- (cd /home/runner/work/itw3/itw3/ build/${{ matrix.toolchain.host }}/release/bin && tar -cvf . itw3-${GITHUB_REF/refs\/tags\//}-${{ matrix.toolchain.host }}.tar)
111
+ chmod +x ${{ github.workspace }} /build/${{ matrix.toolchain.host }}/release/bin/*
112
+ (cd ${{ github.workspace }}/ build/${{ matrix.toolchain.host }}/release/bin && tar -cvf itw3-${GITHUB_REF/refs\/tags\//}-${{ matrix.toolchain.host }}.tar * )
113
113
- name : Release
114
114
uses : softprops/action-gh-release@v1
115
115
if : startsWith(github.ref, 'refs/tags/')
@@ -119,5 +119,4 @@ jobs:
119
119
with :
120
120
name : ${{ matrix.toolchain.name }}
121
121
path : |
122
- /home/runner/work/itw3/itw3/build/${{ matrix.toolchain.host }}/release/bin/itw3-wallet-cli*
123
- /home/runner/work/itw3/itw3/build/${{ matrix.toolchain.host }}/release/bin/itw3d*
122
+ ${{ github.workspace }}/build/${{ matrix.toolchain.host }}/release/bin/*
Original file line number Diff line number Diff line change @@ -153,4 +153,4 @@ jobs:
153
153
- uses : actions/upload-artifact@v2
154
154
with :
155
155
name : ${{ env.OUTPUT }}
156
- path : /home/runner/work/itw3/itw3 /${{ env.OUTPUT }}
156
+ path : ${{ github.workspace }} /${{ env.OUTPUT }}
You can’t perform that action at this time.
0 commit comments