mirror of
https://github.com/octoleo/syncthing.git
synced 2025-01-08 17:24:08 +00:00
wip
This commit is contained in:
parent
0539abc8b4
commit
34a1eb5aff
8
.github/workflows/build-syncthing.yaml
vendored
8
.github/workflows/build-syncthing.yaml
vendored
@ -592,6 +592,12 @@ jobs:
|
|||||||
- package-debian
|
- package-debian
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
repository: syncthing/release-tools
|
||||||
|
path: tools
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Download signed packages
|
- name: Download signed packages
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
@ -609,7 +615,7 @@ jobs:
|
|||||||
version=$(go run build.go version)
|
version=$(go run build.go version)
|
||||||
echo "VERSION=$version" >> $GITHUB_ENV
|
echo "VERSION=$version" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Push signed packages
|
- name: Push to Spaces
|
||||||
uses: docker://docker.io/rclone/rclone:latest
|
uses: docker://docker.io/rclone/rclone:latest
|
||||||
env:
|
env:
|
||||||
RCLONE_CONFIG_SPACES_TYPE: s3
|
RCLONE_CONFIG_SPACES_TYPE: s3
|
||||||
|
Loading…
Reference in New Issue
Block a user