Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
zstg authored May 1, 2024
1 parent ee7f4d1 commit 913faaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
#distrobox enter -n isobuilder -- mount --rbind /dev /dev
#distrobox enter -n isobuilder -- mount --rbind /run /run
#chmod +x ./build.sh
distrobox exec -n isobuilder -- sudo bash ./build.sh
distrobox enter -n isobuilder -- sudo bash ./build.sh
echo "::set-output name=date::${BUILD_DATE}"
- name: Upload
Expand Down

0 comments on commit 913faaa

Please sign in to comment.