Skip to content

Commit

Permalink
test invalid apk version without V=s
Browse files Browse the repository at this point in the history
  • Loading branch information
dannil committed Nov 15, 2024
1 parent f25ad39 commit 6fd7271
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ jobs:
env:
ARCH: ${{ matrix.arch }}-${{ env.BRANCH }}
FEEDNAME: packages_ci
V: s

- name: Move created packages to project dir
run: cp bin/packages/${{ matrix.arch }}/packages_ci/* . || true
Expand Down
2 changes: 1 addition & 1 deletion applications/luci-app-adblock-fast/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-adblock-fast
PKG_LICENSE:=AGPL-3.0-or-later
PKG_MAINTAINER:=Stan Grishin <[email protected]>
PKG_VERSION:=1.1.2
PKG_VERSION:=invalid
PKG_RELEASE:=10

LUCI_TITLE:=AdBlock-Fast Web UI
Expand Down

0 comments on commit 6fd7271

Please sign in to comment.