mirror of
https://github.com/boostorg/build.git
synced 2026-07-21 13:13:39 +00:00
Fix release and wix uploads.
This commit is contained in:
@@ -55,9 +55,9 @@ jobs:
|
||||
uses: actions/upload-artifact@main
|
||||
with:
|
||||
name: installer
|
||||
path: "${{github.workspace}}\\b2-pkg\\stage\\*.msi*"
|
||||
path: "./b2-pkg/stage/*.msi*"
|
||||
- name: "Publish"
|
||||
uses: softprops/action-gh-release@master
|
||||
if: ${{ github.event_name == 'release' && github.event.action == 'published' }}
|
||||
with:
|
||||
files: "${{github.workspace}}\\b2-pkg\\stage\\*.msi*"
|
||||
files: "./b2-pkg/stage/*.msi*"
|
||||
|
||||
@@ -74,7 +74,7 @@ jobs:
|
||||
- name: "Upload"
|
||||
uses: actions/upload-artifact@main
|
||||
with:
|
||||
name: archives-${{github.run_id}}
|
||||
name: B2-${{matrix.name}}
|
||||
path: "${{github.workspace}}/b2-*"
|
||||
|
||||
- name: "Publish"
|
||||
|
||||
Reference in New Issue
Block a user