From 560867ff66ecfce19659312e31ad7fc5a6f14f94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radim=20Lipov=C4=8Dan?= Date: Sun, 2 Apr 2023 10:35:04 +0200 Subject: [PATCH] =?UTF-8?q?Aktualizovat=20=E2=80=9E.gitea/workflows/build.?= =?UTF-8?q?yml=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index a455d0d..bd9a047 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -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