Skip to content

Commit

Permalink
Merge pull request #294 from Kichura/patch-1
Browse files Browse the repository at this point in the history
Don't upload artifacts twice, only on build script
  • Loading branch information
FlorianMichael authored Dec 26, 2023
2 parents 8fdc3cd + acb9c5e commit 4baeaea
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 4baeaea

Please sign in to comment.