Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit57ad27a

Browse files
authored
build: update publish workflow (#56)
- initial publish was done manually- but we still want a gh release so we have to augment the releaseworkflow to build the zip file because the publish task does not run
1 parent8e09581 commit57ad27a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎.github/workflows/release.yml‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ jobs:
6666
-name:Upload Release Asset
6767
env:
6868
GITHUB_TOKEN:${{ secrets.GITHUB_TOKEN }}
69-
run:gh release upload ${{ github.event.release.tag_name }} ./build/distributions/*
69+
run:|
70+
./gradlew clean pluginZip --info
71+
gh release upload ${{ github.event.release.tag_name }} ./build/distributions/*
7072
7173
# Create pull request
7274
-name:Create Pull Request

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp