Skip to content

Commit

Permalink
msix_deploy.yml の更新
Browse files Browse the repository at this point in the history
  • Loading branch information
Npepperlinux authored Sep 12, 2023
1 parent dae2ec3 commit 051a2d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/msix_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
- name: Create tag and release note
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh release create v$(flutter pub run cider version)+win --generate-notes --draft $(pwd)/dist/$(flutter pub run cider version)/miria-$(flutter pub run cider version)-windows.msix
run: gh release create v$(flutter pub run cider version)+win --generate-notes --draft /home/runner/work/miria/miria/dist/$(flutter pub run cider version)/miria-$(flutter pub run cider version)-windows.msix

0 comments on commit 051a2d7

Please sign in to comment.