fix: use full path for nix action for now
This commit is contained in:
parent
f9ad10d811
commit
f337d7e8c1
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
echo "pkgs-name=${{ matrix.container }}-${{ matrix.version }}" | tr -d . >>"${GITHUB_OUTPUT}""
|
echo "pkgs-name=${{ matrix.container }}-${{ matrix.version }}" | tr -d . >>"${GITHUB_OUTPUT}""
|
||||||
- name: build
|
- name: build
|
||||||
uses: actions/nix/build@main
|
uses: git.flyinggecko.org/actions/nix/build@main
|
||||||
with:
|
with:
|
||||||
package: ${{ steps.pkgs.outputs.pkgs-name }}
|
package: ${{ steps.pkgs.outputs.pkgs-name }}
|
||||||
out-link: ${{ steps.pkgs.outputs.pkgs-name }}
|
out-link: ${{ steps.pkgs.outputs.pkgs-name }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue