Skip to content

Commit

Permalink
fix(ci): unescape slash
Browse files Browse the repository at this point in the history
  • Loading branch information
PoisonPhang committed Mar 7, 2025
1 parent b038e23 commit b072044
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ jobs:
env:
COMPONENT: ${{ needs.eval-tag.outputs.component }}
run: |
nix build .#packages.x86_64-linux.\"$COMPONENT\"-image --accept-flake-config
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
- uses: actions/upload-artifact@v4
with:
name: x86_64-linux.${{ needs.eval-tag.outputs.component }}-image
Expand Down

0 comments on commit b072044

Please sign in to comment.