Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Updated ci
Browse files Browse the repository at this point in the history
  • Loading branch information
CelianR committed May 17, 2024
1 parent 8207fd3 commit 414d0ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ jobs:

#Package vsix
- name: Build .vsix package on Linux
if: matrix.os == 'ubuntu-latest'
# if: matrix.os == 'ubuntu-latest'
run: |
VERSION=$(node -p "require('./package.json').version")
npx vsce package -o vscode-yaml-${VERSION}-${GITHUB_RUN_ID}-${GITHUB_RUN_NUMBER}.vsix
#Upload vsix
- name: Upload linux-built vsix
if: matrix.os == 'ubuntu-latest'
# if: matrix.os == 'ubuntu-latest'
uses: actions/upload-artifact@v2
with:
name: vscode-yaml
Expand Down

0 comments on commit 414d0ef

Please sign in to comment.