maybe fix the build server workflow?
Some checks failed
/ Build BaseBand Server (push) Failing after 1m19s
Some checks failed
/ Build BaseBand Server (push) Failing after 1m19s
This commit is contained in:
parent
04b5887167
commit
5da192eceb
1 changed files with 4 additions and 7 deletions
|
@ -25,16 +25,13 @@ jobs:
|
|||
uses: https://github.com/gradle/actions/setup-gradle@v3
|
||||
- name: Build
|
||||
run: ./gradlew --no-daemon Server:build Discord:build
|
||||
- name: Upload Server
|
||||
- name: Upload
|
||||
uses: forgejo/upload-artifact@v4
|
||||
with:
|
||||
name: BaseBand-Server.jar
|
||||
path: Server/build/libs/BaseBand-Server.jar
|
||||
- name: Upload Bot
|
||||
uses: forgejo/upload-artifact@v4
|
||||
with:
|
||||
name: BaseBand-Discord.jar
|
||||
path: Discord/build/libs/BaseBand-Discord.jar
|
||||
path: |
|
||||
Server/build/libs/BaseBand-Server.jar
|
||||
Discord/build/libs/BaseBand-Discord.jar
|
||||
- name: Release to server
|
||||
if: github.ref == 'refs/heads/release'
|
||||
env:
|
||||
|
|
Loading…
Add table
Reference in a new issue