Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
sasha0552 authored Feb 13, 2024
1 parent 818826a commit 475a921
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sh-build-iso-rocm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
- name: Set correct permissions
run: |
sudo chown -R $USER:$USER "$GITHUB_WORKSPACE"
echo "$GITHUB_WORKSPACE"
ls -la "$GITHUB_WORKSPACE"
- name: Checkout repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -59,4 +61,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: archiso-output
path: out/
path: out/

0 comments on commit 475a921

Please sign in to comment.