Skip to content

Commit

Permalink
Update publishing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOnlyTails authored Apr 7, 2021
1 parent c891a2e commit fb4cd20
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/publishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,6 @@ jobs:
- name: Build with Gradle
run: ./gradlew build

- name: Copy build distribution
run: cp build/distributions/*.zip loottables-distribution.zip

- name: Attach build distribution from this build
uses: actions/upload-artifact@v2
with:
name: LootTables distribution from this build
path: ./loottables-distribution.zip

# Publish to Sonatype OSS
- name: Deploy
run: .build/deploy.sh
Expand Down

0 comments on commit fb4cd20

Please sign in to comment.