mirror of
https://github.com/InsanusMokrassar/KotlinPublicationScriptsBuilder.git
synced 2025-09-04 15:39:17 +00:00
Compare commits
4 Commits
build-c0d0
...
build-08da
Author | SHA1 | Date | |
---|---|---|---|
08da50705c | |||
3c216af814 | |||
6b5ab5acba | |||
f723d55d7e |
4
.github/workflows/commit-release.yml
vendored
4
.github/workflows/commit-release.yml
vendored
@@ -19,12 +19,12 @@ jobs:
|
|||||||
- name: Set version from gradle.properties
|
- name: Set version from gradle.properties
|
||||||
run: echo "version=` cat gradle.properties | grep ^version= | grep -o [\\.0-9]* `" >> $GITHUB_ENV
|
run: echo "version=` cat gradle.properties | grep ^version= | grep -o [\\.0-9]* `" >> $GITHUB_ENV
|
||||||
- name: Build
|
- name: Build
|
||||||
run: ./gradlew build packageUberJarForCurrentOS
|
run: ./gradlew build packageReleaseUberJarForCurrentOS
|
||||||
- name: Publish Web
|
- name: Publish Web
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
publish_dir: ./web/build/distributions
|
publish_dir: ./core/build/distributions
|
||||||
publish_branch: site
|
publish_branch: site
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
id: create_release
|
id: create_release
|
||||||
|
Reference in New Issue
Block a user