Skip to content

Commit

Permalink
fix syntax bug
Browse files Browse the repository at this point in the history
  • Loading branch information
SpontanCombust committed Apr 12, 2024
1 parent d56c0af commit 3ad1e96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,14 @@ jobs:
- name: Prepare and pack the client
run: |
cargo xtask prep-server --target ${{ matrix.target }} --release
cargo xtask package -o "witcherscript-ide-${{ github.ref_name }}-${{ matrix.target }}.vsix --target ${{ matrix.code_target }}"
cargo xtask package -o "witcherscript-ide-${{ github.ref_name }}-${{ matrix.target }}.vsix" --target ${{ matrix.code_target }}
- name: Upload artifacts
uses: actions/upload-artifact@v2
with:
name: ${{ matrix.target }}
path: "*.vsix"
if-no-files-found: error


publish:
Expand Down

0 comments on commit 3ad1e96

Please sign in to comment.