mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-11-21 11:35:16 +01:00
Don't upload artifacts twice, only on build script.
This commit is contained in:
parent
8fdc3cd902
commit
acb9c5e519
5
.github/workflows/publish.yml
vendored
5
.github/workflows/publish.yml
vendored
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user