Skip to content

Commit

Permalink
Fix the symlink target
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewL246 committed Jan 5, 2024
1 parent d9c2097 commit 57fe3cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 57fe3cb

Please sign in to comment.