Skip to content

Commit a8801db

Browse files
authored
Release-Pipeline: add symlink to /_/ before tests
See CycloneDX#285 for more info Signed-off-by: Michael Tsfoni <[email protected]>
1 parent 81cfdbc commit a8801db

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

+5
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ jobs:
4141
export PATH="$PATH:$HOME/.local/bin"
4242
4343
# The tests should have already been run during the PR workflow, so this is really just a sanity check
44+
# See issue #285 for info why the symlink is necessary.
45+
- name: SnapshooterHotfixSymlinkLinux
46+
run: sudo ln -s "$GITHUB_WORKSPACE" /_
47+
shell: bash
48+
4449
- name: Tests
4550
run: dotnet test
4651

0 commit comments

Comments
 (0)