Skip to content

Commit 0dfefaf

Browse files
committed
ci: run nix copy
1 parent 5410170 commit 0dfefaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nix-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
#!/usr/bin/env bash
5252
set -eouf
5353
export IFS=' '
54-
echo /nix/var/nix/profiles/default/bin/nix copy --to 's3://nix-postgres-artifacts?secret-key=nix-secret-key' \$OUT_PATHS
54+
/nix/var/nix/profiles/default/bin/nix copy --to 's3://nix-postgres-artifacts?secret-key=nix-secret-key' $OUT_PATHS
5555
EOF
5656
sudo chmod +x /etc/nix/upload-to-cache.sh
5757
- name: Install nix

0 commit comments

Comments
 (0)