Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pipe01 committed Jun 2, 2024
1 parent db87614 commit 4b62591
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ jobs:
- name: Build AppImage
run: |
wget -q -O appimagetool.AppImage https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage
chmod +x appimagetool.AppImage
wget -q -O /tmp/appimagetool.AppImage https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage
chmod +x /tmp/appimagetool.AppImage
cd tools/raw-viewer
mkdir -p AppDir/usr/bin AppDir/usr/lib
cp raw-viewer AppDir/usr/bin
cp /usr/lib/libcapstone.so.5 AppDir/usr/lib
./appimagetool.AppImage AppDir/
/tmp/appimagetool.AppImage AppDir/
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 4b62591

Please sign in to comment.