Skip to content

Commit 4c6381e

Browse files
committed
?
1 parent 7f945c1 commit 4c6381e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,8 @@ jobs:
126126
run: |
127127
wget -q https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage
128128
chmod +x appimagetool-x86_64.AppImage
129-
./appimagetool-x86_64.AppImage AppDir -n -o FrameExtractor.AppImage
129+
./appimagetool-x86_64.AppImage AppDir
130+
mv Frame_Extractor-*.AppImage FrameExtractor.AppImage
130131
131132
- name: Upload AppImage Artifact
132133
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)