Fix the symlink target

This commit is contained in:
Matthew Lopez
2024-01-04 19:13:34 -05:00
parent d9c20972ee
commit 57fe3cb683

View File

@@ -28,7 +28,7 @@ jobs:
- name: Set up the ${{ matrix.config }} config
run: |
rm ./.mitmproxy/config.yaml
ln -s ./config-${{ matrix.config }}.yaml ./.mitmproxy/config.yaml
ln -s ../config-${{ matrix.config }}.yaml ./.mitmproxy/config.yaml
- name: Log into the GitHub container registry
if: