mirror of
https://github.com/Vale54321/schafkopf-bot.git
synced 2025-12-15 11:19:33 +01:00
Update relaseNewVersion.yml (#49)
This commit is contained in:
committed by
GitHub
parent
3689a694d4
commit
b8b89ee696
6
.github/workflows/relaseNewVersion.yml
vendored
6
.github/workflows/relaseNewVersion.yml
vendored
@@ -52,12 +52,14 @@ jobs:
|
||||
|
||||
- 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/schafkopf-client/target/schafkopf-client-build-jar-with-dependencies.jar schafkopf-bot-client_${{ github.ref_name }}.jar
|
||||
run: mv Backend/schafkopf-client/target/schafkopf-client-build-jar-with-dependencies.jar schafkopf-bot-client_${{ github.ref_name }}.jar && mv Backend/schafkopf-server/target/schafkopf-server-build-jar-with-dependencies.jar schafkopf-bot-server_${{ github.ref_name }}.jar
|
||||
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v2
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
files: schafkopf-bot-client_${{ github.ref_name }}.jar
|
||||
files: |
|
||||
schafkopf-bot-client_${{ github.ref_name }}.jar
|
||||
schafkopf-bot-server_${{ github.ref_name }}.jar
|
||||
token: ${{ secrets.PAT }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user