Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
fix: cache upload action needs versions bumped (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
samrose authored Feb 28, 2024
1 parent 5a50e55 commit 40df685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cache-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: build and copy to S3
run: |
for x in 14 15; do
for x in 15 16; do
nix build .#psql_$x/bin -o result-$x
done
nix copy --to s3://nix-postgres-artifacts?secret-key=nix-secret-key ./result*

0 comments on commit 40df685

Please sign in to comment.