Compare commits
No commits in common. "trunk" and "v0.0.0-rc.1" have entirely different histories.
trunk
...
v0.0.0-rc.
2 changed files with 2 additions and 11 deletions
|
@ -31,11 +31,6 @@ jobs:
|
|||
with:
|
||||
name: tower_defence_server.jar
|
||||
path: build/libs/Tower-Defence-Server-${{ github.ref_name }}.jar
|
||||
- name: Upload API Spec as Artifact
|
||||
uses: "https://git.euph.dev/actions/upload-artifact@v3"
|
||||
with:
|
||||
name: api.yml
|
||||
path: api/api.yml
|
||||
- name: "Stop Gradle"
|
||||
run: gradle --stop
|
||||
|
||||
|
@ -80,11 +75,6 @@ jobs:
|
|||
with:
|
||||
name: tower_defence_server.jar
|
||||
path: release
|
||||
- name: Download API Spec
|
||||
uses: "https://git.euph.dev/actions/download-artifact@v3"
|
||||
with:
|
||||
name: api.yml
|
||||
path: release
|
||||
- name: Create Release
|
||||
uses: "https://git.euph.dev/actions/release@v2"
|
||||
with:
|
||||
|
@ -95,6 +85,7 @@ jobs:
|
|||
release-dir: release
|
||||
release-notes: |
|
||||
# Tower Defence - Server ${{ github.ref_name }}
|
||||
|
||||
Read the [Documentation](https://git.euph.dev/TowerDefence/Dokumentation/wiki/Server/Config) to see how to setup the server.
|
||||
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<option name="SPRING_BOOT_MAIN_CLASS" value="de.towerdefence.server.ServerApplication" />
|
||||
<method v="2">
|
||||
<option name="Make" enabled="true" />
|
||||
<option name="RunConfigurationTask" enabled="true" run_configuration_name="Docker" run_configuration_type="docker-deploy" />
|
||||
<option name="RunConfigurationTask" enabled="false" run_configuration_name="Postgres" run_configuration_type="docker-deploy" />
|
||||
</method>
|
||||
</configuration>
|
||||
</component>
|
Loading…
Add table
Reference in a new issue