Skip to content

Commit

Permalink
Adding directory permissions and resolving other issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Mack committed Jun 10, 2024
1 parent fa2a4af commit bf65a0e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/setup-tar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ jobs:
- name: Build and package tar file
shell: bash
run: |
echo "Creating directory..."
sudo mkdir -p /var/spacedev/
sudo chown -R $USER:$USER /var/spacedev/
echo "Do chown..."
sudo chown -R $USER:$USER /var/log
echo "Copying to /var/spacedev/"
bash ./.vscode/copy_to_spacedev.sh
Expand Down

0 comments on commit bf65a0e

Please sign in to comment.