fixed template
This commit is contained in:
parent
ceb767c9c9
commit
5c96158a99
2 changed files with 11 additions and 9 deletions
11
.github/workflows/build.yaml
vendored
11
.github/workflows/build.yaml
vendored
|
@ -12,6 +12,8 @@ env:
|
||||||
GH_TOKEN: ${{ github.token }}
|
GH_TOKEN: ${{ github.token }}
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: archlinux:latest
|
image: archlinux:latest
|
||||||
|
@ -27,6 +29,9 @@ jobs:
|
||||||
- name: Upload iso to the release
|
- name: Upload iso to the release
|
||||||
run: |
|
run: |
|
||||||
cd ./out
|
cd ./out
|
||||||
7z -v500m a "$(ls *.iso)".zip "$(ls *.iso)"
|
mkdir iso_parts
|
||||||
md5sum * > md5sums.txt
|
# split -d -b 2000M "$(ls *.iso)" iso_parts/"$(ls *.iso)"_part
|
||||||
gh release upload ${{ github.event.release.tag_name }} * -R ${{ github.repository }}
|
#zip -s 2000m iso_parts/"$(ls *.iso)".zip "$(ls *.iso)"
|
||||||
|
7z -v1000m a iso_parts/"$(ls *.iso)".zip "$(ls *.iso)"
|
||||||
|
md5sum iso_parts/* > iso_parts/md5sums.txt
|
||||||
|
gh release upload ${{ github.event.release.tag_name }} ./iso_parts/* -R ${{ github.repository }}
|
||||||
|
|
|
@ -145,14 +145,11 @@ btop
|
||||||
xdg-user-dirs
|
xdg-user-dirs
|
||||||
packagekit-qt5
|
packagekit-qt5
|
||||||
neofetch-git
|
neofetch-git
|
||||||
ttf-ms-fonts
|
|
||||||
firefox
|
|
||||||
|
|
||||||
#parchlinuxstuff
|
#ParchLinux Core Packages
|
||||||
calamares
|
|
||||||
calamares-parch
|
|
||||||
os-prober
|
os-prober
|
||||||
paru
|
paru
|
||||||
parch-emoji-ios
|
parch-emoji-ios
|
||||||
|
vazirmatn-fonts
|
||||||
parch-branding
|
parch-branding
|
||||||
parch-pacman
|
parch-pacman
|
||||||
|
|
Loading…
Add table
Reference in a new issue