Skip to content

Commit

Permalink
Update mode bits
Browse files Browse the repository at this point in the history
  • Loading branch information
santilococo authored Jul 1, 2022
1 parent efd62be commit 8796d31
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,17 @@ jobs:
--security-opt apparmor:unconfined \
ubuntu \
/bin/bash -c 'chown -R root oni2 && cd oni2 && ./scripts/docker-ubuntu-build.sh "./scripts/patches/package.patch"'
id
ls -n
sudo chown -R "$(id -u -n)" _release/Onivim2.AppDir
id
ls -n ..
sudo chown -R "$(id -u -n)" ../oni2
ls -n
sudo tar -cvf AppDir.tar _release/Onivim2.AppDir
ls -n
sudo chown -R "$(id -u -n)" AppDir.tar
ls -n ..
#sudo chown -R "$(id -u -n)" _release/Onivim2.AppDir
#sudo tar -cvf AppDir.tar _release/Onivim2.AppDir
tar -cvf AppDir.tar _release/Onivim2.AppDir
ls -n
#sudo chown -R "$(id -u -n)" AppDir.tar
#ls -n
mkdir AppCache
cp -r $(find ~/.esy -type d -path '*i/*camomile-opam*/share/camomile') AppCache
tar -cvf AppCache.tar AppCache
Expand All @@ -50,7 +52,8 @@ jobs:
- name: Build appimage
run: |
sudo tar -xf AppDir.tar
#sudo tar -xf AppDir.tar
tar -xf AppDir.tar
wget -O appimagetool https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage
chmod a+x appimagetool
ARCH=x86_64 ./appimagetool _release/Onivim2.AppDir
Expand Down

0 comments on commit 8796d31

Please sign in to comment.