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 a501a71 commit 913ef60
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/msix_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ jobs:
run: |
flutter pub global activate flutter_distributor
flutter_distributor package --platform windows --target msix
      dir .\dist\$BUMP_VERSION\
#- name: Create tag and release note
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# run: gh release create v$BUMP_VERSION+win --generate-notes --draft ./dist/$BUMP_VERSION/miria-$BUMP_VERSION-windows-x64.msix
- name: Create tag and release note
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh release create v$BUMP_VERSION+win --generate-notes --draft dist/$BUMP_VERSION/miria-$BUMP_VERSION-windows.msix

0 comments on commit 913ef60

Please sign in to comment.