Skip to content

Commit

Permalink
Archive neoforge artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Kas-tle authored Dec 22, 2023
1 parent f4f49cd commit fbbfa96
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ jobs:
name: Geyser Fabric
path: bootstrap/mod/fabric/build/libs/Geyser-Fabric.jar
if-no-files-found: error
- name: Archive artifacts (Geyser Forge)
- name: Archive artifacts (Geyser Neoforge)
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32
if: success()
with:
name: Geyser Forge
path: bootstrap/mod/neoforge/build/libs/Geyser-Forge.jar
name: Geyser Neoforge
path: bootstrap/mod/neoforge/build/libs/Geyser-Neoforge.jar
if-no-files-found: error
- name: Archive artifacts (Geyser Standalone)
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
arguments: fabric:modrinth
gradle-home-cache-cleanup: true

- name: Publish to Modrinth (Forge)
- name: Publish to Modrinth (Neoforge)
uses: gradle/gradle-build-action@3bfe3a46584a206fb8361cdedd0647b0c4204232
if: ${{ success() && github.repository == 'GeyserMC/Geyser' && github.ref_name == 'master' }}
env:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ jobs:
name: Geyser Fabric
path: geyser/bootstrap/mod/fabric/build/libs/Geyser-Fabric.jar
if-no-files-found: error
- name: Archive artifacts (Geyser Forge)
- name: Archive artifacts (Geyser Neoforge)
uses: actions/upload-artifact@v3
if: success()
with:
name: Geyser Forge
path: geyser/bootstrap/mod/neoforge/build/libs/Geyser-Forge.jar
name: Geyser Neoforge
path: geyser/bootstrap/mod/neoforge/build/libs/Geyser-Neoforge.jar
if-no-files-found: error
- name: Archive artifacts (Geyser Standalone)
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32
Expand Down
1 change: 0 additions & 1 deletion bootstrap/mod/neoforge/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
plugins {
application
eclipse
}

architectury {
Expand Down

0 comments on commit fbbfa96

Please sign in to comment.