mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2024-11-14 06:36:32 +01:00
chore: disable discord upload for now
This commit is contained in:
parent
93ceb0b422
commit
9e5acdb2e5
10
.github/workflows/snapshots.yml
vendored
10
.github/workflows/snapshots.yml
vendored
@ -24,14 +24,14 @@ jobs:
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: 17
|
||||
- name: Download MC assets
|
||||
run: ./gradlew downloadAssets --info --debug || ./gradlew downloadAssets --info --debug || (sleep 30s && ./gradlew downloadAssets --info --debug)
|
||||
- name: Run DataGen
|
||||
run: ./gradlew runData
|
||||
# - name: Download MC assets
|
||||
# run: ./gradlew downloadAssets --info --debug || ./gradlew downloadAssets --info --debug || (sleep 30s && ./gradlew downloadAssets --info --debug)
|
||||
# - name: Run DataGen
|
||||
# run: ./gradlew runData
|
||||
- name: Build and upload preview (run for non-release builds)
|
||||
if: ${{ github.ref && !contains( github.ref, 'renovate/deps') }}
|
||||
env:
|
||||
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
|
||||
run: |
|
||||
# Build
|
||||
./gradlew build discordupload
|
||||
./gradlew build
|
||||
|
Loading…
Reference in New Issue
Block a user