Skip to content

Commit

Permalink
fix: Fixed permission error in the pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
K3vinb5 committed Oct 30, 2024
1 parent 7ac4c60 commit 76089c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ jobs:
run: cp -r build/linux/x64/release/bundle/* Unyo.AppDir/.
- name: Copy appimagetool
run: cp linux-appimage/appimagetool.AppImage .
- name: Give Permissions
run: chmod 755 appimagetool.AppImage
- name: Execute appimagetool
run: ./appimagetool.AppImage Unyo.AppDir Unyo-${{github.ref_name}}-linux.AppImage
- name: Linux AppImage Release
Expand Down

0 comments on commit 76089c0

Please sign in to comment.