Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NichtStudioCode committed May 8, 2024
1 parent 6dddb43 commit 5bc435e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
with:
cache-disabled: true

- name: Build Spigot-Mapped
- name: Build Nova
uses: gradle/gradle-build-action@v3
with:
arguments: |
loaderJarSpigot
loaderJar
-PoutDir=artifacts
-Prelease
Expand All @@ -40,7 +40,7 @@ jobs:
name: Artifacts
path: ./artifacts/*.jar

- name: Deploy Mojang-Mapped
- name: Deploy to xenondevs repository
if: github.event_name == 'release'
uses: gradle/gradle-build-action@v3
with:
Expand Down

0 comments on commit 5bc435e

Please sign in to comment.