diff --git a/.github/workflows/archive_dependencies.yml b/.github/workflows/archive_dependencies.yml index b3a0834a401..e0dd3643a55 100644 --- a/.github/workflows/archive_dependencies.yml +++ b/.github/workflows/archive_dependencies.yml @@ -95,6 +95,7 @@ jobs: - name: Configure job parameters run: | JOB="${{matrix.TARGET}}/${{matrix.python}}${{matrix.other}}" + echo "TIMESTAMP=$(date +%F)" >> $GITHUB_ENV echo "GHA_JOBNAME=$JOB" | sed 's|/|_|g' >> $GITHUB_ENV if test -z "${{matrix.other}}"; then echo "GHA_JOBGROUP=${{matrix.TARGET}}" >> $GITHUB_ENV @@ -110,7 +111,6 @@ jobs: PYTHON_PACKAGES="${{matrix.PACKAGES}}" echo "PYTHON_PACKAGES=$PYTHON_PACKAGES" \ | tr '\n' ' ' | sed 's/ \+/ /g' >> $GITHUB_ENV - echo "TIMESTAMP=$(date +%F)" >> $GITHUB_ENV #- name: Pip package cache # uses: actions/cache@v4