Skip to content

Commit

Permalink
ci: Fix Mineways URL
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonjgardner committed Nov 23, 2023
1 parent 850ecfb commit 4f5d6e9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/mineways.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ on:

env:
TERRAIN_NAME: JG-RTX
MINEWAYS_URL: https://erich.realtimerendering.com/minecraft/public/mineways/mineways_min.zip
MINEWAYS_URL: https://erich.realtimerendering.com/minecraft/public/mineways/mineways.zip
MINEWAYS_VERSION: 11.04
# Path to Mineways executables
TM_PATH: bin\mineways\TileMaker
TM_PATH: bin/mineways/TileMaker
# Path to input resource pack
PACK_PATH: bedrock\pack\RP
# Path to ChannelMixer output / TileMaker input
Expand All @@ -24,7 +25,7 @@ jobs:
id: checkout
- name: Generate Cache Key
id: cache-keys
run: echo "::set-output name=cache-key::mineways-${{ hashFiles('mineways/**') }}"
run: echo "::set-output name=cache-key::mineways-${{ env.MINEWAYS_VERSION }}"
- uses: actions/cache@v3
name: Get Mineways executables from cache
id: cache-mineways
Expand Down

0 comments on commit 4f5d6e9

Please sign in to comment.