Skip to content

Commit

Permalink
Update package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddykasp authored Apr 25, 2024
1 parent 6adddaf commit 3ce0fee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
# Artifacts have a few limitation and will always be zips. See: https://github.com/actions/upload-artifact#zipped-artifact-downloads
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: klighd-cli
path: applications/klighd-cli/bin
if-no-files-found: error
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: klighd-vsix
path: applications/klighd-vscode/klighd-vscode.vsix
if-no-files-found: error
if-no-files-found: error

0 comments on commit 3ce0fee

Please sign in to comment.