Skip to content

Commit

Permalink
CI: logging
Browse files Browse the repository at this point in the history
  • Loading branch information
tabe committed Jan 7, 2024
1 parent e7a20b1 commit 58e26e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Build
run: nix build
run: nix build -L
- name: Read a symlink
run: echo "UPLOAD_PATH=$(readlink -f result)" >> $GITHUB_ENV
- uses: actions/upload-artifact@v3
Expand All @@ -26,7 +26,7 @@ jobs:
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Build
run: nix build
run: nix build -L
- name: Read a symlink
run: echo "UPLOAD_PATH=$(readlink -f result)" >> $GITHUB_ENV
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 58e26e6

Please sign in to comment.