Skip to content

Commit

Permalink
Upload runtime MSM to Release artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
fischman-bcny committed Aug 9, 2023
1 parent 9b4dd1a commit 58b0e69
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/swift-toolchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1985,6 +1985,11 @@ jobs:
name: installer-amd64
path: ${{ github.workspace }}/tmp

- uses: actions/download-artifact@v3
with:
name: runtime.amd64.msm
path: ${{ github.workspace }}/tmp

- uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -2003,3 +2008,12 @@ jobs:
asset_name: installer-amd64.exe
asset_path: ${{ github.workspace }}/tmp/installer.exe
upload_url: ${{ steps.create_release.outputs.upload_url }}

- uses: actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
asset_content_type: application/octet-stream
asset_name: runtime.amd64.msm
asset_path: ${{ github.workspace }}/tmp/runtime.amd64.msm
upload_url: ${{ steps.create_release.outputs.upload_url }}

0 comments on commit 58b0e69

Please sign in to comment.