From e0130e9af6bb8e8f3bbef053aefd0110d1af05ba Mon Sep 17 00:00:00 2001 From: Arlind-dev Date: Wed, 30 Jul 2025 16:00:18 +0200 Subject: [PATCH] maybe --- .gitea/workflows/ci.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index a3eed67..c5a7c85 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -123,6 +123,14 @@ jobs: echo "CHANGED_SKINS_FILE=$changed_file" >> "$GITHUB_ENV" fi + - name: Extract Repository Path + shell: bash + run: | + repo="${{ github.workspace }}" + repo="${repo#/workspace/}" + repo="${repo%/}" + echo "USER_REPOSITORY=$repo" >> "$GITHUB_ENV" + - name: Set outputs id: set shell: bash @@ -213,14 +221,6 @@ jobs: chmod 0700 /tmp/xdg_runtime_dir echo "XDG_RUNTIME_DIR=/tmp/xdg_runtime_dir" >> "$GITHUB_ENV" - - name: Extract Repository Path - shell: bash - run: | - repo="${{ github.workspace }}" - repo="${repo#/workspace/}" - repo="${repo%/}" - echo "USER_REPOSITORY=$repo" >> "$GITHUB_ENV" - - name: Create directories for assets shell: bash run: |