Skip to content

Commit

Permalink
CI: Fix recompress or fetch conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
networkException committed Nov 9, 2024
1 parent 638c0e8 commit ade8451
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,7 @@ jobs:
echo "::group::Generating source archive..."
source PKGBUILD
if (( !_manual_clone )); then
if [ $(su -c "makepkg --printsrcinfo" makepkg | grep -c "fetch-chromium-release") -eq 0 ]; then
SOURCE_TARBALL_URL="$(su -c "makepkg --printsrcinfo" makepkg | grep commondatastorage.googleapis.com | awk '{ print $3 }')"
SOURCE_TARBALL_FILENAME="$(echo "$SOURCE_TARBALL_URL" | awk -F'/' '{ print $NF }')"
SOURCE_TARBALL_INNER_DIRECTORY_NAME="$(echo "$SOURCE_TARBALL_FILENAME" | sed 's/.tar.xz//')"
Expand Down
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

pkgname=ungoogled-chromium
pkgver=130.0.6723.116
pkgrel=1
pkgrel=2
_launcher_ver=8
_manual_clone=1
_system_clang=1
Expand Down

0 comments on commit ade8451

Please sign in to comment.