summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2021-03-29 00:32:45 +0200
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2021-03-29 00:33:50 +0200
commit3f26160d086f3f2f3cbffb6c673003618989bc0f (patch)
treef659ed4e58bd675743dce33f1329bbecc6aad5a1
parent937d82921b352764becd585995cbe3043f9245ab (diff)
GitHub Actions: Add id to "Generate Artifact Metadata" step
-rw-r--r--.github/workflows/build.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index a7e5cb2338..95ceaf1427 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -337,6 +337,7 @@ jobs:
# using the artifacts_slug value. This also sets the DEPLOY_DIR
# environment variable that is used in the deploy.sh script in the next
# step.
+ id: generate_artifact_metadata
if: github.event_name == 'push'
run: python3 tools/generate_download_metadata.py artifact ${{ matrix.artifacts_path }} "${{ matrix.artifacts_slug }}"
env: