Skip to content

Commit

Permalink
Release oxlint and vscode extension v0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Feb 6, 2024
1 parent 80010f5 commit 3b7dfb9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 19 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/release_oxlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ jobs:
target: aarch64-unknown-linux-musl
code-target: linux-arm64-musl

- os: macos-14
- os: macos-latest
target: x86_64-apple-darwin
code-target: darwin-x64

- os: macos-14
- os: macos-latest
target: aarch64-apple-darwin
code-target: darwin-arm64

Expand Down Expand Up @@ -138,12 +138,8 @@ jobs:

- name: Download Artifacts
uses: actions/download-artifact@v4

- name: Move download artifacts from directories to root
shell: bash
run: |
mv binaries-*/*.zip .
mv binaries-*/*.gz .
with:
merge-multiple: true

- name: Unzip
uses: montudor/action-zip@v1
Expand Down Expand Up @@ -193,7 +189,7 @@ jobs:
- os: ubuntu-latest
- os: ubuntu-latest
container: node:18-alpine # musl
- os: macos-14
- os: macos-latest
name: Smoke Test ${{ matrix.os }} ${{ matrix.container }}
runs-on: ${{ matrix.os }}
container: ${{ matrix.container }}
Expand Down
13 changes: 5 additions & 8 deletions .github/workflows/release_vscode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ jobs:
- os: ubuntu-latest
target: aarch64-unknown-linux-gnu
code-target: linux-arm64
- os: macos-14
- os: macos-latest
target: x86_64-apple-darwin
code-target: darwin-x64
- os: macos-14
- os: macos-latest
target: aarch64-apple-darwin
code-target: darwin-arm64
name: Package ${{ matrix.code-target }}
Expand Down Expand Up @@ -141,12 +141,9 @@ jobs:

- name: Download extension artifacts
uses: actions/download-artifact@v4

- name: Move downloaded artifacts
shell: bash
run: |
mv packages-*/*.vsix editors/vscode
ls editors/vscode
with:
merge-multiple: true
path: editors/vscode

- name: Install pnpm
working-directory: editors/vscode
Expand Down
2 changes: 1 addition & 1 deletion editors/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "oxc-vscode",
"description": "oxc vscode extension",
"license": "MIT",
"version": "0.2.7",
"version": "0.2.8",
"icon": "icon.png",
"publisher": "oxc",
"displayName": "Oxc",
Expand Down
2 changes: 1 addition & 1 deletion npm/oxlint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oxlint",
"version": "0.2.7",
"version": "0.2.8",
"description": "Linter for the JavaScript Oxidation Compiler",
"keywords": [],
"author": "Boshen and oxc contributors",
Expand Down

0 comments on commit 3b7dfb9

Please sign in to comment.