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 f522c05 commit 8539cabCopy full SHA for 8539cab
.github/workflows/appimage_build.yml
@@ -140,12 +140,6 @@ jobs:
140
with:
141
name: Project-Plus-Dolphin_${{ env.DOLPHINVER }}
142
path: uploads/
143
- - name: Upload Dolphin
144
- run: |
145
- ls -al 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 Motobug -r Project-Plus-Dolphin -recreate -n 'Continuous build' -b "$(printf "DOLPHIN Build ${{ env.DOLPHINVER }}\nGitHub https://github.com/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID")" continuous artifacts/
149
env:
150
DEFAULT_BRANCH: git-actions
151
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments