We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b038e23 commit b072044Copy full SHA for b072044
.github/workflows/release-component.yml
@@ -90,8 +90,8 @@ jobs:
90
env:
91
COMPONENT: ${{ needs.eval-tag.outputs.component }}
92
run: |
93
- nix build .#packages.x86_64-linux.\"$COMPONENT\"-image --accept-flake-config
94
- cp -Lr result x86_64-linux.\"$COMPONENT\"-image
+ nix build .#packages.x86_64-linux."$COMPONENT"-image --accept-flake-config
+ cp -Lr result x86_64-linux."$COMPONENT"-image
95
- uses: actions/upload-artifact@v4
96
with:
97
name: x86_64-linux.${{ needs.eval-tag.outputs.component }}-image
0 commit comments