Skip to content

Commit 35dafe8

Browse files
authored
Merge pull request #12 from nosignals/dev
fix workflow error `artifact` download
2 parents 2d981b8 + 40bf33a commit 35dafe8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/core-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
NO_SHFMT_CHECK: 1
5858

5959
- name: Delivering Package
60-
uses: actions/upload-artifact@v4
60+
uses: actions/upload-artifact@v3
6161
with:
6262
name: neko-${{ matrix.release }}_${{ matrix.arch }}
6363
path: |

mihomo/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ include $(TOPDIR)/rules.mk
2727

2828
PKG_NAME:=mihomo
2929
PKG_RELEASE:=2
30+
PKG_VERSION:=1.19.1
3031

3132
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
3233
PKG_SOURCE_URL:=https://codeload.github.com/MetaCubeX/mihomo/tar.gz/v$(PKG_VERSION)?

0 commit comments

Comments
 (0)