From 5b78892c4e677334969cb5d48802b1431c0b9819 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radim=20Lipov=C4=8Dan?= Date: Sun, 2 Apr 2023 11:28:06 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index e0cff25..4215a3f 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -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