Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 2f445f4

Browse files
compnerdmattt
andauthored
Update .github/workflows/publish.yml
Co-authored-by: Mattt <[email protected]>
1 parent 687aa09 commit 2f445f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ jobs:
125125
run: |
126126
msbuild WiX/swift-doc.wixproj -nologo -p:Configuration=Release -p:OutputPath=$PWD\.build\artifacts -p:RunWixToolsOutOfProc=true -p:GRAPHVIZ_ROOT=C:\Library\graphviz-development -p:SWIFT_DOC_BUILD=$PWD\.build\release -p:ProductVersion=$env:GITHUB_REF.Replace('refs/tags/', '')
127127
128-
- uses: actions/[email protected]
128+
- name: Upload the installer to the GitHub release
129+
uses: actions/[email protected]
129130
env:
130131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
131132
with:

0 commit comments

Comments
 (0)