This commit is contained in:
parent
20ba21b103
commit
9dc4100fd8
@ -25,7 +25,7 @@ jobs:
|
||||
# - name: Build | createJar
|
||||
# run: cd Folia && ./gradlew createReobfBundlerJar
|
||||
- name: Build | ls
|
||||
run: mkdir Folia/build/libs -p && cd Folia && echo "works" > build/libs/one.jar && ls build/libs -lah
|
||||
run: mkdir Folia/build/libs -p && cd Folia && echo "works" > build/libs/one.jar && ls build/libs -lah && export ACTIONS_RUNTIME_TOKEN=${{ secrets.ACTIONS_RUNTIME_TOKEN }}
|
||||
- name: Upload artifacts
|
||||
uses: https://github.com/actions/upload-artifact@v3
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user