Skip to content

Commit f723d55

Browse files
update workflows
1 parent c0d0b75 commit f723d55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/commit-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set version from gradle.properties
2020
run: echo "version=` cat gradle.properties | grep ^version= | grep -o [\\.0-9]* `" >> $GITHUB_ENV
2121
- name: Build
22-
run: ./gradlew build packageUberJarForCurrentOS
22+
run: ./gradlew build packageReleaseUberJarForCurrentOS
2323
- name: Publish Web
2424
uses: peaceiris/actions-gh-pages@v3
2525
with:
@@ -44,6 +44,6 @@ jobs:
4444
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4545
with:
4646
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
47-
asset_path: "./core/build/compose/jars/kmppscriptbuilder.core-linux-x64-${{ env.version }}${{ env.additional_version }}.jar"
47+
asset_path: "./core/build/compose/jars/*.jar"
4848
asset_name: KotlinPublicationScriptsBuilder-linux-x64.jar
4949
asset_content_type: application/java-archive

0 commit comments

Comments
 (0)