Skip to content

Commit 367c45c

Browse files
author
Selfeer
committed
fix postfix
1 parent e7ff775 commit 367c45c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515

1616
# Give execution permission to the build.sh script
1717
- name: Make build.sh executable
18-
run: chmod +x ./build.sh
18+
run: chmod +x ./build
1919

2020
# Run the build.sh script to build the Docker image and generate the .deb package
21-
- name: Run build.sh
22-
run: ./build.sh
21+
- name: Run build
22+
run: ./build
2323

2424
# Find the generated .deb file in the parquetify directory
2525
- name: Locate the .deb file

0 commit comments

Comments
 (0)