We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2d981b8 + 40bf33a commit 35dafe8Copy full SHA for 35dafe8
.github/workflows/core-dev.yml
@@ -57,7 +57,7 @@ jobs:
57
NO_SHFMT_CHECK: 1
58
59
- name: Delivering Package
60
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v3
61
with:
62
name: neko-${{ matrix.release }}_${{ matrix.arch }}
63
path: |
mihomo/Makefile
@@ -27,6 +27,7 @@ include $(TOPDIR)/rules.mk
27
28
PKG_NAME:=mihomo
29
PKG_RELEASE:=2
30
+PKG_VERSION:=1.19.1
31
32
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
33
PKG_SOURCE_URL:=https://codeload.github.com/MetaCubeX/mihomo/tar.gz/v$(PKG_VERSION)?
0 commit comments