Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
NichtStudioCode committed Oct 9, 2023
1 parent dad2e54 commit 9dfa59e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
loaderJarSpigot
-PoutDir=artifacts
-Prelease
--scan
- name: Upload Artifacts
id: upload
Expand All @@ -41,14 +40,6 @@ jobs:
name: Artifacts
path: ./artifacts/*.jar

- name: Attach Artifacts to Release
if: github.event_name == 'release'
uses: skx/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args: ./artifacts/*.jar

- name: Deploy Mojang-Mapped
if: github.event_name == 'release'
uses: gradle/gradle-build-action@v2
Expand Down

0 comments on commit 9dfa59e

Please sign in to comment.