Skip to content

Commit

Permalink
fix chmod
Browse files Browse the repository at this point in the history
  • Loading branch information
TitleHHHH authored and TitleHHHH committed Oct 25, 2024
1 parent 37f58ed commit 0d786ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/devbuilds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
- name: Install Pupnet and dpkg
if: ${{ matrix.os == 'ubuntu-latest'}}
run: |
chmod +x Deploy/PostBuild.sh
ls Deploy
chmod +x Deploy/PostPublish.sh
dotnet tool install -g KuiperZone.PupNet
sudo apt install dpkg
Expand Down

0 comments on commit 0d786ce

Please sign in to comment.