Skip to content

Commit

Permalink
Fixing file path
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Mack committed Jun 10, 2024
1 parent b54ee45 commit 48aeabb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/setup-tar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Build and package tar file
shell: bash
run: |
source "$(dirname "$(realpath "$0")")/../modules/load_modules.sh" $@ --log_dir /var/log
source "$(dirname "$(realpath "$0")")/modules/load_modules.sh" $@ --log_dir /var/log
info_log "Running ./.vscode/build_setup_tarball.sh"
run_a_script "./.vscode/build_setup_tarball.sh"
Expand Down

0 comments on commit 48aeabb

Please sign in to comment.