From ba33830724cbd1aeb52ca571c3ad9c5d521ac3e9 Mon Sep 17 00:00:00 2001 From: Tristan Labelle Date: Sun, 12 Jan 2025 09:41:56 -0500 Subject: [PATCH] Fix redist availability --- .github/workflows/publish-release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 234d7e2..26ccc92 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -168,6 +168,11 @@ jobs: name: SwiftWinRT.arm64.zip path: build\release-arm64 + - name: Install Swift for the runtime redistributables + uses: ./.github/actions/setup-swift + with: + vsdevenv: false + - name: Create NuGet package env: PACKAGE_VERSION: ${{ needs.release-info.outputs.version }}