Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippNauck committed Dec 12, 2024
1 parent c66f10c commit 4c979ab
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/drc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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/
Expand Down

0 comments on commit 4c979ab

Please sign in to comment.