Fix release and wix uploads.

This commit is contained in:
Rene Rivera
2024-05-20 22:41:02 -05:00
parent 006b1ec71d
commit fe69c24302
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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*"
+1 -1
View File
@@ -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"