Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
dfederschmidt committed Sep 19, 2022
1 parent ffe0f57 commit efc8435
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
- run: yarn install --frozen-lockfile
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: npx vsce package --target ${{ github.run_id }}
- run: npx vsce package --out vscode-splunk-soar.vsix
- uses: actions/upload-artifact@v2
with:
name: ${{ github.run_id }}
name: vscode-splunk-soar.vsix
path: "*.vsix"

publish:
Expand Down

0 comments on commit efc8435

Please sign in to comment.