Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
D3vil0p3r authored Feb 27, 2024
1 parent 342ee50 commit 292a862
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
chown -R builder ~/.gnupg/
paths=("$(pwd)/packages/applications" "$(pwd)/packages/configuration" "$(pwd)/packages/desktops" "$(pwd)/packages/displaymanagers" "$(pwd)/packages/environments" "$(pwd)/packages/misc" "$(pwd)/packages/os-specific" "$(pwd)/packages/pentesting")
git clone https://github.com/Athena-OS/athena-repository.git
# Loop through paths and run the command
for path in "${paths[@]}"; do
Expand All @@ -84,7 +85,7 @@ jobs:
git config --global user.email "[email protected]"
git config --global http.version HTTP/1.1
git config --global http.postBuffer 524288000
git clone https://github.com/Athena-OS/athena-repository.git
for newpkg in *.pkg.tar.zst
do
basefilename=$(basename "$newpkg" | sed 's/-[0-9].*//')
Expand Down

0 comments on commit 292a862

Please sign in to comment.