Skip to content

Commit

Permalink
ci/cd: refactor draft-release to reflect recent changes in xtask
Browse files Browse the repository at this point in the history
  • Loading branch information
SpontanCombust committed Jan 27, 2024
1 parent 4a070aa commit 3dcc6b0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,12 @@ jobs:
target: ${{ matrix.target }}
override: true

- name: Pack the client
run: cargo xtask package --out-dir .
- name: Build xtask
run: cargo build --package xtask --target ${{ matrix.target }} --release
- name: Prepare and pack the client
run: |
cargo xtask prep-lsp --target ${{ matrix.target }} --release
cargo xtask package --out-dir . --out-name "witcherscript-ide-${{ github.ref_name }}-${{ matrix.target }}"
- name: Create draft release
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit 3dcc6b0

Please sign in to comment.