Skip to content

Commit

Permalink
Fix artifact paths
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartleeks committed Jun 8, 2022
1 parent 98ad9f7 commit ae8d71f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,14 +134,14 @@ jobs:
name: Create dev AzDO VSIX artifact
with:
name: azdo-task-dev
path: ./output/devcontainers-dev.devcontainer-build-run-${{ steps.build.outputs.version }}.vsix
path: ./output/devcontainers-dev.ci-${{ steps.build.outputs.version }}.vsix
if-no-files-found: error

- uses: actions/upload-artifact@v2
name: Create release AzDO VSIX artifact
with:
name: azdo-task
path: ./output/devcontainers.devcontainer-build-run-${{ steps.build.outputs.version }}.vsix
path: ./output/devcontainers.ci-${{ steps.build.outputs.version }}.vsix
if-no-files-found: error

pr-checks:
Expand Down

0 comments on commit ae8d71f

Please sign in to comment.