From 0601fbfb6da2f13abe93194c4bd119ece6db8a59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radim=20Lipov=C4=8Dan?= Date: Sun, 2 Apr 2023 10:34:41 +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 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 2f14f04..a455d0d 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -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