From 4c979ab8f7820927cc77fec5719b72a0879b48c3 Mon Sep 17 00:00:00 2001 From: PhilippNauck Date: Thu, 12 Dec 2024 11:22:51 +0100 Subject: [PATCH] test --- .github/workflows/drc.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/drc.yml b/.github/workflows/drc.yml index 6dd7015..3002284 100644 --- a/.github/workflows/drc.yml +++ b/.github/workflows/drc.yml @@ -85,11 +85,10 @@ jobs: which klayout mkdir -p custom-bin cp /usr/bin/klayout custom-bin/ - echo "::set-output name=success::true" - name: Archive production artifacts uses: actions/upload-artifact@v4 with: - name: Klayout + name: usr-bin-custom path: custom-bin process-with-klayout: @@ -99,7 +98,7 @@ jobs: - name: Archive code coverage results uses: actions/download-artifact@v4 with: - name: Klayout + name: usr-bin-custom - name: Restore Custom Binaries to /usr/bin run: | sudo cp custom-bin/* /usr/bin/