We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7ff775 commit 367c45cCopy full SHA for 367c45c
.github/workflows/release.yml
@@ -15,11 +15,11 @@ jobs:
15
16
# Give execution permission to the build.sh script
17
- name: Make build.sh executable
18
- run: chmod +x ./build.sh
+ run: chmod +x ./build
19
20
# Run the build.sh script to build the Docker image and generate the .deb package
21
- - name: Run build.sh
22
- run: ./build.sh
+ - name: Run build
+ run: ./build
23
24
# Find the generated .deb file in the parquetify directory
25
- name: Locate the .deb file
0 commit comments