diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 01f1dc8..8af84f7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -35,7 +35,7 @@ jobs: - name: Package run: npx @vscode/vsce package --no-yarn - - run: npx @vscode/vsce publish --no-yarn --target win32-x64 win32-arm64 linux-x64 linux-arm64 linux-armhf darwin-x64 darwin-arm64 + - run: npx @vscode/vsce publish --no-yarn --target win32-x64 linux-x64 linux-arm64 darwin-x64 darwin-arm64 name: Publish env: VSCE_PAT: ${{ secrets.VSCE_PAT }} diff --git a/CHANGELOG.md b/CHANGELOG.md index ab8dd6a..57354ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,7 @@ All notable changes to the "MicroPico" extension will be documented in this file # Removed - Dependency on the VS Code Python extension - Dependency on `pyserial` pip package -- Dependency on Python beeing installed on the host system +- Dependency on Python being installed on the host system - `micropico.pythonPath` setting - Support for the armhf architecture diff --git a/README.md b/README.md index 2bd51ea..2f57b65 100755 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Works with: | Platform | x64 | arm64 | | :------- | :-: | :---: | -| Windows | ✅ | ✅ | +| Windows | ✅ | ❌ | | macOS | ✅ | ✅ | | Linux | ✅ | ✅ |