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 7f945c1 commit 4c6381eCopy full SHA for 4c6381e
1 file changed
.github/workflows/build.yml
@@ -126,7 +126,8 @@ jobs:
126
run: |
127
wget -q https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage
128
chmod +x appimagetool-x86_64.AppImage
129
- ./appimagetool-x86_64.AppImage AppDir -n -o FrameExtractor.AppImage
+ ./appimagetool-x86_64.AppImage AppDir
130
+ mv Frame_Extractor-*.AppImage FrameExtractor.AppImage
131
132
- name: Upload AppImage Artifact
133
uses: actions/upload-artifact@v4
0 commit comments