From c2c0641506e6c5f9410c907ab68afc289b6dc2d4 Mon Sep 17 00:00:00 2001 From: Stuart Leeks Date: Tue, 7 Jun 2022 19:13:53 +0000 Subject: [PATCH] Fix up release asset name --- .github/workflows/ci_common.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_common.yml b/.github/workflows/ci_common.yml index f35a8c84..c4be36f0 100644 --- a/.github/workflows/ci_common.yml +++ b/.github/workflows/ci_common.yml @@ -238,8 +238,8 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps - asset_path: ./output/stuartleeks.devcontainer-build-run-${{ needs.build.outputs.version }}.vsix - asset_name: stuartleeks.devcontainer-build-run-${{ needs.build.outputs.version }}.vsix + asset_path: ./output/devcontainers.devcontainer-build-run-${{ needs.build.outputs.version }}.vsix + asset_name: devcontainers.devcontainer-build-run-${{ needs.build.outputs.version }}.vsix asset_content_type: application/zip - name: Publish AzDO Task