build: just special case stable-v2 for Debian for now
This commit is contained in:
@@ -900,8 +900,11 @@ jobs:
|
|||||||
# Decide whether packages should go to stable, candidate or nightly
|
# Decide whether packages should go to stable, candidate or nightly
|
||||||
- name: Prepare packages
|
- name: Prepare packages
|
||||||
run: |
|
run: |
|
||||||
mkdir -p packages/syncthing-$RELEASE_GENERATION/$RELEASE_KIND
|
if [[ $RELEASE_KIND == stable && $RELEASE_GENERATION == v2 ]] ; then
|
||||||
mv packages/*.deb packages/syncthing-$RELEASE_GENERATION/$RELEASE_KIND
|
RELEASE_KIND=stable-v2
|
||||||
|
fi
|
||||||
|
mkdir -p packages/syncthing/$RELEASE_KIND
|
||||||
|
mv packages/*.deb packages/syncthing/$RELEASE_KIND
|
||||||
|
|
||||||
- name: Pull archive
|
- name: Pull archive
|
||||||
uses: docker://docker.io/rclone/rclone:latest
|
uses: docker://docker.io/rclone/rclone:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user