Prepare to publish automatic maven artifacts
This commit is contained in:
@@ -33,34 +33,11 @@ jobs:
|
||||
with:
|
||||
name: HyperLap2D-SNAPSHOT.deb
|
||||
path: HyperLap2D-SNAPSHOT.deb
|
||||
- name: Fix libgdx-spine-extension file names
|
||||
run: mv h2d-libgdx-spine-extension/build/libs/*.jar h2d-libgdx-spine-extension-SNAPSHOT.jar
|
||||
- name: Upload libgdx-spine-extension artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: h2d-libgdx-spine-extension-SNAPSHOT.jar
|
||||
path: h2d-libgdx-spine-extension-SNAPSHOT.jar
|
||||
- name: Fix libgdx-talos-extension file names
|
||||
run: mv h2d-libgdx-talos-extension/build/libs/*.jar h2d-libgdx-talos-extension-SNAPSHOT.jar
|
||||
- name: Upload libgdx-talos-extension artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: h2d-libgdx-talos-extension-SNAPSHOT.jar
|
||||
path: h2d-libgdx-talos-extension-SNAPSHOT.jar
|
||||
- name: Fix runtime-libgdx file names
|
||||
run: mv hyperlap2d-runtime-libgdx/build/libs/*.jar hyperlap2d-runtime-libgdx-SNAPSHOT.jar
|
||||
- name: Upload hyperlap2d-runtime-libgdx artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: hyperlap2d-runtime-libgdx-SNAPSHOT.jar
|
||||
path: hyperlap2d-runtime-libgdx-SNAPSHOT.jar
|
||||
- name: Fix hyperlap2d-common-api names
|
||||
run: mv hyperlap2d-common-api/build/libs/*.jar hyperlap2d-common-api-SNAPSHOT.jar
|
||||
- name: Upload hyperlap2d-common-api artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: hyperlap2d-common-api-SNAPSHOT.jar
|
||||
path: hyperlap2d-common-api-SNAPSHOT.jar
|
||||
- name: Publish SNAPSHOT artifacts
|
||||
env:
|
||||
NEXUS_USERNAME: ${{ secrets.NEXUS_USERNAME }}
|
||||
NEXUS_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}
|
||||
run: ./gradlew uploadArchives -PSNAPSHOT=true
|
||||
|
||||
windows:
|
||||
if: "!contains(github.event.head_commit.message, 'cd skip')"
|
||||
|
||||
@@ -1 +1 @@
|
||||
version=0.0.5-dev
|
||||
version=0.0.5-SNAPSHOT
|
||||
+3
-3
@@ -1,9 +1,9 @@
|
||||
gdxVersion = 1.9.15-SNAPSHOT
|
||||
gdxVersionBeta = 1.9.15-SNAPSHOT
|
||||
gdxVersion = 1.9.14
|
||||
gdxVersionBeta = 1.9.14
|
||||
box2dlightsVersion = 1.6-SNAPSHOT
|
||||
ashleyVersion = 1.7.4
|
||||
spineVersion = 3.8.55.1
|
||||
visuiVersion = 1.4.10
|
||||
visuiVersion = 1.4.11
|
||||
typingLabelVersion = 1.2.0
|
||||
shapedrawerVersion = 2.4.0
|
||||
talosVersion = 1.3.1
|
||||
Submodule h2d-libgdx-spine-extension updated: 5e9034b65e...4b70755e48
Submodule h2d-libgdx-talos-extension updated: 44f856f7b1...f1201ab076
+1
-1
Submodule hyperlap2d-common-api updated: adf6c17c9b...c20628800b
Submodule hyperlap2d-runtime-libgdx updated: 4ce12f2ae1...81e2b6b1c3
Reference in New Issue
Block a user