Skip to content

Commit

Permalink
Don't upload artifacts twice, only on build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kichura authored Dec 26, 2023
1 parent 8fdc3cd commit acb9c5e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,3 @@ jobs:
CURSEFORGE_API_KEY: ${{ secrets.CREEPER_CF }}
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
run: ./gradlew curseforge modrinth
- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
name: Artifacts
path: build/libs/

0 comments on commit acb9c5e

Please sign in to comment.