Skip to content

Commit

Permalink
Fix redist availability
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanlabelle committed Jan 12, 2025
1 parent ec0b54f commit ba33830
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit ba33830

Please sign in to comment.