Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mercurial committed May 8, 2024
1 parent a37b82c commit 1f7ba04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Run Docker container and extract artifacts
run: |
docker run -e POSTGRES_PASSWORD=password --name app mumak
docker run -e POSTGRES_PASSWORD=password -d --name app mumak
mkdir -p artifacts
docker cp app:/source/target/release/mumak-pg16/usr/share/postgresql/16/extension/mumak.control ./artifacts/
docker cp app:/source/target/release/mumak-pg16/usr/lib/postgresql/16/lib/mumak.so ./artifacts/
Expand Down

0 comments on commit 1f7ba04

Please sign in to comment.