Skip to content

Commit 8539cab

Browse files
committed
Hopefully prevent releases from happening on each appimage build
1 parent f522c05 commit 8539cab

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/appimage_build.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -140,12 +140,6 @@ jobs:
140140
with:
141141
name: Project-Plus-Dolphin_${{ env.DOLPHINVER }}
142142
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/
149143
env:
150144
DEFAULT_BRANCH: git-actions
151145
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)