Skip to content

Commit b072044

Browse files
committed
fix(ci): unescape slash
1 parent b038e23 commit b072044

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-component.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ jobs:
9090
env:
9191
COMPONENT: ${{ needs.eval-tag.outputs.component }}
9292
run: |
93-
nix build .#packages.x86_64-linux.\"$COMPONENT\"-image --accept-flake-config
94-
cp -Lr result x86_64-linux.\"$COMPONENT\"-image
93+
nix build .#packages.x86_64-linux."$COMPONENT"-image --accept-flake-config
94+
cp -Lr result x86_64-linux."$COMPONENT"-image
9595
- uses: actions/upload-artifact@v4
9696
with:
9797
name: x86_64-linux.${{ needs.eval-tag.outputs.component }}-image

0 commit comments

Comments
 (0)