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

This commit is contained in:
Radim Lipovčan 2023-04-02 11:28:06 +02:00
parent e3ca7f9c83
commit 5b78892c4e
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ jobs:
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
env:
ACTIONS_RUNTIME_TOKEN: {{ secrets.ACTIONS_RUNTIME_TOKEN }}
ACTIONS_RUNTIME_TOKEN: "{{ secrets.ACTIONS_RUNTIME_TOKEN }}"
uses: https://github.com/actions/upload-artifact@v3
with:
name: built-jar