Skip to content

Commit

Permalink
fix: CI build failing
Browse files Browse the repository at this point in the history
  • Loading branch information
Losses committed Dec 2, 2024
1 parent d17a91c commit bc1f590
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
path: build/windows/x64/runner/Release/rune.msix
name: Rune-${{ github.ref_name }}${{ github.event_name == 'workflow_dispatch' && format('-{0}', steps.short-sha.outputs.sha) || '' }}-windows
name: Rune-${{ github.ref_name }}${{ github.event_name == 'workflow_dispatch' && format('-{0}', steps.short-sha.outputs.sha) || '' }}-windows-msix

release-msix-windows:
permissions:
Expand All @@ -151,7 +151,7 @@ jobs:
- name: Download artifact
uses: actions/download-artifact@v4
with:
pattern: Rune-*-windows
pattern: Rune-*-windows-msix
path: artifacts

- uses: benjlevesque/[email protected]
Expand Down

0 comments on commit bc1f590

Please sign in to comment.