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

Commit

Permalink
fix: include orioledb_16 in cache upload on pr merge to main (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
samrose committed Mar 12, 2024
1 parent 807ba80 commit 43ead9f
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 15 16; do
for x in 15 16 orioledb_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 43ead9f

Please sign in to comment.