mirror of
https://github.com/Vale54321/schafkopf-bot.git
synced 2025-12-16 03:39:34 +01:00
Update relaseNewVersion.yml (#37)
This commit is contained in:
committed by
GitHub
parent
1bdaa1eb53
commit
4c103870bc
6
.github/workflows/relaseNewVersion.yml
vendored
6
.github/workflows/relaseNewVersion.yml
vendored
@@ -53,13 +53,13 @@ jobs:
|
|||||||
run: mvn -B package --file pom.xml
|
run: mvn -B package --file pom.xml
|
||||||
working-directory: Backend
|
working-directory: Backend
|
||||||
|
|
||||||
- name: Archive dist folder
|
# - name: Archive dist folder
|
||||||
run: mv Backend/target/schafkopf-backend-build-jar-with-dependencies.jar schafkopf-bot.jar && zip -r dist.zip schafkopf-bot.jar
|
# run: mv Backend/target/schafkopf-backend-build-jar-with-dependencies.jar schafkopf-bot.jar && zip -r dist.zip schafkopf-bot.jar
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
with:
|
with:
|
||||||
files: dist.zip
|
files: schafkopf-bot.jar
|
||||||
token: ${{ secrets.PAT }}
|
token: ${{ secrets.PAT }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user