Skip to content

Commit

Permalink
ci: fix perms
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Jan 24, 2025
1 parent 2955b11 commit 3497ebe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ jobs:
run: |
chmod +x dist/cli/*
chmod +x dist/docker/usr/local/containerbase/bin/*
chmod +x dist/docker/usr/local/containerbase/sbin/*
chmod +x dist/docker/usr/local/sbin/*
- name: debug
run: |
Expand Down Expand Up @@ -262,7 +262,7 @@ jobs:
run: |
chmod +x dist/cli/*
chmod +x dist/docker/usr/local/containerbase/bin/*
chmod +x dist/docker/usr/local/containerbase/sbin/*
chmod +x dist/docker/usr/local/sbin/*
- name: test distro
run: docker buildx bake test-distro --set settings.secrets=type=env,id=GITHUB_TOKEN
Expand Down

0 comments on commit 3497ebe

Please sign in to comment.