Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
fix ci by remove mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
Enter-tainer committed Aug 6, 2023
1 parent 20e47b2 commit 1980317
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ jobs:
- shell: pwsh
run: |
cargo build --release -p typst-ws --target ${{ matrix.rust-target }}
mkdir -p addons/vscode/out
cp "target/${{ matrix.rust-target }}/release/typst-ws$(If ('${{ matrix.platform }}' -eq 'win32') { '.exe' } else { '' } )" "addons/vscode/out/"
cp "target/${{ matrix.rust-target }}/release/typst-ws$(If ('${{ matrix.platform }}' -eq 'win32') { '.exe' } else { '' } )" "typst-ws-${{ env.target }}$(If ('${{ matrix.platform }}' -eq 'win32') { '.exe' } else { '' } )"
- shell: pwsh
Expand Down

0 comments on commit 1980317

Please sign in to comment.