Skip to content

Commit

Permalink
Back to PPAs
Browse files Browse the repository at this point in the history
JuNest-based AppImages need improvements
  • Loading branch information
ivan-hc authored Jul 20, 2023
1 parent 1a37382 commit 854182b
Showing 1 changed file with 5 additions and 16 deletions.
21 changes: 5 additions & 16 deletions .github/workflows/build-gimp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,13 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: build
if: always()
run: |
sudo apt update && sudo apt install libfuse2
mkdir tmp
cd tmp
wget https://raw.githubusercontent.com/ivan-hc/GIMP-appimage/main/gimp-junest.sh
chmod a+x ./gimp-junest.sh
./gimp-junest.sh
cd ..
mv ./tmp/*AppImage ./
mkdir tmp2
cd tmp2
wget https://raw.githubusercontent.com/ivan-hc/GIMP-appimage/main/gimp-dev-junest.sh
chmod a+x ./gimp-dev-junest.sh
./gimp-dev-junest.sh
cd ..
mv ./tmp2/*AppImage ./
wget https://raw.githubusercontent.com/ivan-hc/GIMP-appimage/main/ppa/gimp
wget https://raw.githubusercontent.com/ivan-hc/GIMP-appimage/main/ppa/gimp-dev
chmod a+x ./gimp ./gimp-dev
./gimp
./gimp-dev
mkdir dist
mv *AppImage dist/
Expand All @@ -42,7 +32,6 @@ jobs:

release:
needs: [build]
permissions: write-all
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 854182b

Please sign in to comment.