Skip to content

Commit

Permalink
Correct the name of OCI Nix package in release GHA workflow (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
lafrenierejm committed Oct 3, 2023
1 parent 9ee96d6 commit 194ebed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
uses: cachix/install-nix-action@v18

- name: Build the OCI tar.gz
run: nix build .#oci
run: nix build .#ripsecrets-oci

- name: Temporarily save the OCI archive
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 194ebed

Please sign in to comment.