mirror of
https://github.com/RetroDECK/AppImages.git
synced 2025-04-11 02:55:09 +00:00
Fixed script name
This commit is contained in:
parent
9e0b2c0629
commit
d6e7bffb7c
4
.github/workflows/appimage_maker.yml
vendored
4
.github/workflows/appimage_maker.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
|||
|
||||
- name: Run build script
|
||||
run: |
|
||||
chmod +x automation_tools/build_appimage.sh
|
||||
chmod +x automation_tools/appimage_maker.sh
|
||||
# Collect any patch files from patches/<appname>/
|
||||
PATCH_ARGS=""
|
||||
for f in patches/${{ matrix.project.name }}/*.patch; do
|
||||
|
@ -49,7 +49,7 @@ jobs:
|
|||
echo "Output: $OUTPUT"
|
||||
echo "CMake Args: ${{ matrix.project.cmake_args }}"
|
||||
echo "Patch files: $PATCH_ARGS"
|
||||
automation_tools/build_appimage.sh "${{ matrix.project.repo }}" "${{ matrix.project.name }}" "$OUTPUT" "${{ matrix.project.cmake_args }}" $PATCH_ARGS
|
||||
automation_tools/appimage_maker.sh "${{ matrix.project.repo }}" "${{ matrix.project.name }}" "$OUTPUT" "${{ matrix.project.cmake_args }}" $PATCH_ARGS
|
||||
|
||||
- name: Publish AppImage
|
||||
if: success()
|
||||
|
|
Loading…
Reference in a new issue