kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
ci: Upload Funkwhale Desktop AppImage into package registry
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2701>environments/review-docs-v2-ov-8q6uyo/deployments/19323
rodzic
e42646d8a1
commit
37a1b008b3
|
@ -430,7 +430,7 @@ build_api:
|
|||
paths:
|
||||
- api
|
||||
|
||||
build_desktop:
|
||||
build_tauri:
|
||||
stage: build
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH =~ /(stable|develop)/
|
||||
|
@ -538,6 +538,8 @@ package:
|
|||
artifacts: true
|
||||
- job: build_front
|
||||
artifacts: true
|
||||
- job: build_tauri
|
||||
artifacts: true
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH =~ /(stable|develop)/
|
||||
|
||||
|
|
3
Makefile
3
Makefile
|
@ -51,4 +51,7 @@ package:
|
|||
zip -q 'funkwhale-front.zip' -r front && \
|
||||
rm -Rf front
|
||||
|
||||
cd '$(BUILD_DIR)' && \
|
||||
cp ../front/tauri/target/release/bundle/appimage/funkwhale_*.AppImage FunkwhaleDesktop.AppImage
|
||||
|
||||
cd '$(BUILD_DIR)' && sha256sum * > SHA256SUMS
|
||||
|
|
Ładowanie…
Reference in New Issue