We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bc8d5f commit bf3203cCopy full SHA for bf3203c
.github/workflows/build.yml
@@ -26,6 +26,10 @@ jobs:
26
path: |
27
~/.gradle/caches/neoformruntime/assets
28
key: mc-assets
29
+ - name: Test adding a fake asset
30
+ run: |
31
+ mkdir -p ~/.gradle/caches/neoformruntime/assets/modern_industrialization
32
+ echo "This is a test asset" > ~/.gradle/caches/neoformruntime/assets/modern_industrialization/test.txt
33
- name: Build with Gradle
34
run: ./gradlew build
35
env:
0 commit comments