mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-12-18 15:47:46 +01:00
Merge pull request #294 from Kichura/patch-1
Don't upload artifacts twice, only on build script
This commit is contained in:
commit
4baeaea176
5
.github/workflows/publish.yml
vendored
5
.github/workflows/publish.yml
vendored
@ -21,8 +21,3 @@ jobs:
|
|||||||
CURSEFORGE_API_KEY: ${{ secrets.CREEPER_CF }}
|
CURSEFORGE_API_KEY: ${{ secrets.CREEPER_CF }}
|
||||||
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
|
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
|
||||||
run: ./gradlew curseforge modrinth
|
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