mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
changed path of script
This commit is contained in:
4
.github/workflows/release-deb.yml
vendored
4
.github/workflows/release-deb.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user