Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
zstg authored Aug 10, 2024
1 parent c7645ff commit e04e719
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ build_and_package() {
"python-clickgen"
# #"repoctl"
"rua"
"swayosd-git"
# #"swayosd-git"
"ventoy-bin"
"yay-bin"
)
Expand Down Expand Up @@ -155,6 +155,7 @@ initialize_and_push() {
sudo git config --global user.email 'github-actions[bot]@users.noreply.github.com'
sudo git add .
sudo git commit -am "Update packages"
sudo git pull
sudo git push "https://x-access-token:${GITHUB_TOKEN}@github.com/StratOS-Linux/StratOS-repo.git"
}

Expand Down

0 comments on commit e04e719

Please sign in to comment.