Skip to content

Commit

Permalink
cope
Browse files Browse the repository at this point in the history
  • Loading branch information
NotZoeyDev committed Aug 23, 2022
1 parent 9beab32 commit 76a7f04
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,25 +51,25 @@ jobs:
run: |
rm -f packages/*
make clean package FINALPACKAGE=1
mv $(find packages -name "*.deb" -print -quit) out/Enmity.deb
mv $(find packages -name "*.deb" -print -quit) out/enmity.deb
- name: Create Enmity.ipa
run : |
${{ github.workspace }}/Azule/azule -i Enmity.ipa -o out -f out/Enmity.deb
mv out/Enmity+Enmity.deb.ipa out/Enmity.ipa
${{ github.workspace }}/Azule/azule -i Enmity.ipa -o out -f out/enmity.deb
mv out/Enmity+enmity.deb.ipa out/enmity.ipa
- name: Build dev deb
run: |
rm -f packages/*
echo $"$(sed 's/Name\:.*/Name\: Enmity (Dev)/' control)" > control
echo $"$(sed 's/Package\:.*/Package\: app.enmity.dev/' control)" > control
make clean package FINALPACKAGE=1 DEVTOOLS=1
mv $(find packages -name "*.deb" -print -quit) out/Enmity.Dev.deb
mv $(find packages -name "*.deb" -print -quit) out/enmity.dev.deb
- name: Create Enmity.Dev.ipa
run : |
${{ github.workspace }}/Azule/azule -i Enmity.ipa -o out -f out/Enmity.Dev.deb
mv out/Enmity+Enmity.Dev.deb.ipa out/Enmity.Dev.ipa
${{ github.workspace }}/Azule/azule -i Enmity.ipa -o out -f out/enmity.dev.deb
mv out/Enmity+enmity.dev.deb.ipa out/enmity.dev.ipa
- name: Create release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 76a7f04

Please sign in to comment.