File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -143,9 +143,9 @@ jobs:
143143 - name : Upload Dolphin
144144 run : |
145145 ls -al artifacts/
146- wget -c https://github.com/tcnksm/ghr/releases/download/v0.13 .0/ghr_v0.13 .0_linux_amd64.tar.gz
147- tar xfv ghr_v0.13 .0_linux_amd64.tar.gz
148- ghr_v0.13 .0_linux_amd64/ghr -u qurious-pixel -r dolphin -recreate -n 'Continuous build' -b "$(printf "DOLPHIN Build ${{ env.DOLPHINVER }}\nGitHub https://github.com/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID")" continuous artifacts/
146+ wget -c https://github.com/tcnksm/ghr/releases/download/v0.17 .0/ghr_v0.17 .0_linux_amd64.tar.gz
147+ tar xfv ghr_v0.17 .0_linux_amd64.tar.gz
148+ ghr_v0.17 .0_linux_amd64/ghr -u qurious-pixel -r dolphin -recreate -n 'Continuous build' -b "$(printf "DOLPHIN Build ${{ env.DOLPHINVER }}\nGitHub https://github.com/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID")" continuous artifacts/
149149 env :
150150 DEFAULT_BRANCH : git-actions
151151 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments