We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5410170 commit 0dfefafCopy full SHA for 0dfefaf
.github/workflows/nix-build.yml
@@ -51,7 +51,7 @@ jobs:
51
#!/usr/bin/env bash
52
set -eouf
53
export IFS=' '
54
- echo /nix/var/nix/profiles/default/bin/nix copy --to 's3://nix-postgres-artifacts?secret-key=nix-secret-key' \$OUT_PATHS
+ /nix/var/nix/profiles/default/bin/nix copy --to 's3://nix-postgres-artifacts?secret-key=nix-secret-key' $OUT_PATHS
55
EOF
56
sudo chmod +x /etc/nix/upload-to-cache.sh
57
- name: Install nix
0 commit comments