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

This commit is contained in:
Radim Lipovčan 2023-04-02 10:34:41 +02:00
parent 9dc4100fd8
commit 0601fbfb6d
1 changed files with 4 additions and 1 deletions

View File

@ -26,7 +26,10 @@ 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:
name: ACTIONS_RUNTIME_TOKEN
value: ${{ secrets.ACTIONS_RUNTIME_TOKEN }}
uses: https://github.com/actions/upload-artifact@v3
with:
name: built-jar