This commit is contained in:
Jakob Borg 2023-06-06 14:45:08 +02:00
parent 0539abc8b4
commit 34a1eb5aff

View File

@ -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