diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9fcc5ff..4b0c695 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,8 +37,8 @@ jobs: with: dotnet-version: 8.0.x - - name: Restore dependencies - run: dotnet restore + - name: Create artifacts directory + run: New-Item -ItemType Directory -Force -Path artifacts/packages - name: Build SDK run: dotnet build src/CodingWithCalvin.VsixSdk/CodingWithCalvin.VsixSdk.csproj -c Release -p:Version=${{ steps.version.outputs.VERSION }}