Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arichornlover authored Jun 24, 2023
1 parent 92ba4fe commit e7118ff
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install Dependencies
run: |
sudo apt-get update
sudo apt-get install -y build-essential debhelper devscripts dh-make fakeroot
sudo apt-get install -y dpkg-dev build-essential debhelper devscripts dh-make fakeroot
- name: Create DEBIAN directory
run: |
Expand All @@ -39,6 +39,14 @@ jobs:
- name: List files in current directory
run: ls -l

- name: Add Debian Package to Git
run: |
git config --global user.email "[email protected]"
git config --global user.name "GitHub Actions"
git add com.arichorn.lowcontrastmode_1.3.0_iphoneos-arm.deb
git commit -m "Add Debian package for release"
git push
- name: Upload Debian Package
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit e7118ff

Please sign in to comment.