Actions: fixup action location
This commit is contained in:
parent
513615c6eb
commit
cfa9fcad70
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,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: git.flyinggecko.org/actions/nix/build@main
|
uses: 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