Skip to content

Commit

Permalink
CI: Update guix commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
gleidi-suse committed Nov 15, 2023
1 parent 68d5648 commit 1e969ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/channel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
%default-guix-channel)
- name: Build pot.git
run: guix build -L .guix/modules pot.git
run: guix build -L "${PWD}/.guix/modules" pot.git

- name: Lint pot.git
run: guix lint -L .guix/modules pot.git
run: guix lint -L "${PWD}/.guix/modules" pot.git
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
%default-guix-channel)
- name: Build binary tarball
run: guix pack -L .guix/modules --save-provenance -r pot.tar.gz -RR -S /bin=bin pot.git
run: guix pack -L "${PWD}/.guix/modules" --save-provenance -r pot.tar.gz -RR -S /bin=bin pot.git

- name: Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 1e969ba

Please sign in to comment.