diff options
author | Jakob Borg <jakob@kastelo.net> | 2023-06-06 16:53:41 +0200 |
---|---|---|
committer | Jakob Borg <jakob@kastelo.net> | 2023-06-06 16:53:41 +0200 |
commit | b18943c2f2fe71d30eaafffd3a88e46a402e367b (patch) | |
tree | 14057d65c0eab855adceb6e0c839661abc3e45a4 | |
parent | 13d0445869c217b92a8850b5df808c346a8b505c (diff) |
-rw-r--r-- | .github/workflows/build-syncthing.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-syncthing.yaml b/.github/workflows/build-syncthing.yaml index 4f2871b802..20b3f83fd9 100644 --- a/.github/workflows/build-syncthing.yaml +++ b/.github/workflows/build-syncthing.yaml @@ -623,4 +623,4 @@ jobs: RCLONE_CONFIG_SPACES_ENDPOINT: ams3.digitaloceanspaces.com RCLONE_CONFIG_SPACES_ACL: public-read with: - args: sync packages spaces:syncthing/release/$VERSION + args: sync packages spaces:syncthing/release/${{ env.VERSION }} |