changed path of script

This commit is contained in:
Ronit Gandhi
2024-12-30 22:37:04 +05:30
parent 83a49374f3
commit 14d6047e84

View File

@ -32,8 +32,8 @@ jobs:
VERSION: ${{ github.event.inputs.version }}
run: |
chmod +x ./create_deb.sh
./create_deb.sh
chmod +x ./deb/build.sh
./deb/build.sh
# Upload the generated .deb file as an artifact
- name: Upload .deb Package