diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 48a650c..892d157 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,11 +6,13 @@ jobs: setup: runs-on: ubuntu-latest steps: - - name: Add variables to the GitHub environment + - name: Set and debug environment variables run: | JOB_URL="${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}/actions/runs/${GITHUB_RUN_ID}" echo "JOB_URL=$JOB_URL" >> "$GITHUB_ENV" + env | sort + build: if: github.event_name != 'release'