mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-02 06:41:14 +00:00
Fix artifact download names
This commit is contained in:
parent
ceb2fc3897
commit
4be8f16e04
1 changed files with 2 additions and 2 deletions
4
.github/workflows/vscode_extension.yaml
vendored
4
.github/workflows/vscode_extension.yaml
vendored
|
@ -85,11 +85,11 @@ jobs:
|
|||
path: vscode_extension/bin
|
||||
- uses: actions/download-artifact@v2
|
||||
with:
|
||||
name: lsp-binary-x86_64-apple-darwint
|
||||
name: lsp-binary-x86_64-apple-darwin
|
||||
path: vscode_extension/bin
|
||||
- uses: actions/download-artifact@v2
|
||||
with:
|
||||
name: lsp-binary-aarch64-apple-darwint
|
||||
name: lsp-binary-aarch64-apple-darwin
|
||||
path: vscode_extension/bin
|
||||
- name: Fix permissions
|
||||
run: chmod 755 vscode_extension/bin/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue