Skip to content

Commit

Permalink
chown ISO for move
Browse files Browse the repository at this point in the history
  • Loading branch information
m2Giles committed Nov 12, 2024
1 parent f18cb3e commit 1edaf87
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/reusable-build-iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ jobs:
run: |
image_name="$(just image_name ${{ matrix.base_name }} ${{ matrix.stream_name }} ${{ matrix.image_flavor }})"
sudo just build-iso-ghcr "${{ matrix.base_name }}" "${{ matrix.stream_name }}" "${{ matrix.image_flavor }}"
group=($(groups))
sudo chown -R $(whoami):${group[0]} $PWD
echo "IMAGE_NAME=${image_name}" >> $GITHUB_ENV
echo "ISO_BUILD_DIR=${{ github.workspace }}/${image_name}_build" >> $GITHUB_ENV
echo "ISO_NAME=${image_name}.iso" >> $GITHUB_ENV
Expand Down

0 comments on commit 1edaf87

Please sign in to comment.