Skip to content

Commit

Permalink
Fix release and wix uploads.
Browse files Browse the repository at this point in the history
  • Loading branch information
grafikrobot committed May 21, 2024
1 parent 006b1ec commit fe69c24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/installer_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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*"
2 changes: 1 addition & 1 deletion .github/workflows/release_archives.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit fe69c24

Please sign in to comment.