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

This commit is contained in:
Radim Lipovčan 2023-04-02 10:35:04 +02:00
parent 0601fbfb6d
commit 560867ff66
1 changed files with 1 additions and 2 deletions

View File

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