Skip to content

Commit

Permalink
💚 replace symlink.sh with setpwd.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger Ellenberger committed Nov 3, 2024
1 parent 24b12a5 commit 22ee3db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
echo "CMKPKG_NAME=$NAME" >> "$GITHUB_ENV"
echo "CMKPKG_VERSION=$VERSION" >> "$GITHUB_ENV"
- name: Setup links
run: .devcontainer/symlink.sh
run: .devcontainer/setpwd.sh
- name: Build Extension
run: |
chown -R cmk:cmk $GITHUB_WORKSPACE
Expand Down

0 comments on commit 22ee3db

Please sign in to comment.