Skip to content

Commit

Permalink
Fix output path to .vsix file that we upload as part of the build job
Browse files Browse the repository at this point in the history
  • Loading branch information
tronical committed Sep 14, 2022
1 parent 65ba671 commit 4733ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly_snapshot.yaml
Expand Up @@ -259,7 +259,7 @@ jobs:
with:
name: slint-vscode.zip
path: |
${{ steps.publishToOpenVSX.outputs.vsixPath }}
${{ steps.publishToVSCM.outputs.vsixPath }}
publish_artifacts:
if: github.event.inputs.private != 'true'
Expand Down

0 comments on commit 4733ecc

Please sign in to comment.