Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
calmh committed Apr 28, 2023
1 parent b472ad6 commit 70c84f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-syncthing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ jobs:
- name: Sign archives
run: |
PRIVATE_KEY="$RUNNER_TEMP/privkey.pem"
echo "$STSIGTOOL_PRIVATE_KEY" | base64 -d -o "$PRIVATE_KEY"
echo "$STSIGTOOL_PRIVATE_KEY" | base64 -d > "$PRIVATE_KEY"
mkdir packages
mv packages-*/* packages
pushd packages
Expand Down

0 comments on commit 70c84f3

Please sign in to comment.