Adds environment variable preparation step to build and deploy workflow

This commit is contained in:
2025-04-28 09:44:06 +02:00
parent af0795661f
commit 954d2e4eff

View File

@@ -13,6 +13,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⚙️ Prepare Environment Variables
run: |
echo "AGENT_TOOLSDIRECTORY=/home/runner/toolcache" >> $GITHUB_ENV
mkdir -p /home/runner/toolcache
- name: Checkout Repository
uses: actions/checkout@v4