Aktualizovat „.gitea/workflows/build.yml“
Explore-Gitea-Actions Details

This commit is contained in:
Radim Lipovčan 2023-04-02 11:09:22 +02:00
parent 560867ff66
commit e3ca7f9c83
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ jobs:
# 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 && export ACTIONS_RUNTIME_TOKEN=${{ secrets.ACTIONS_RUNTIME_TOKEN }}
- name: Upload artifacts
- name: Upload artifacts
env:
ACTIONS_RUNTIME_TOKEN: {{ secrets.ACTIONS_RUNTIME_TOKEN }}
uses: https://github.com/actions/upload-artifact@v3