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

Commit 43ead9f

Browse files
authored
fix: include orioledb_16 in cache upload on pr merge to main (#54)
1 parent 807ba80 commit 43ead9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/cache-upload.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: build and copy to S3
4242
run: |
43-
for x in 15 16; do
43+
for x in 15 16 orioledb_16; do
4444
nix build .#psql_$x/bin -o result-$x
4545
done
4646
nix copy --to s3://nix-postgres-artifacts?secret-key=nix-secret-key ./result*

0 commit comments

Comments
 (0)