Skip to content

Commit

Permalink
更新编译流程到0.03
Browse files Browse the repository at this point in the history
  • Loading branch information
bot committed Aug 18, 2022
1 parent 2070182 commit 8b2d277
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Openwrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
tag:
description: 'Tag to release'
required: true
default: 'v0.0.2'
default: 'v0.0.3'

jobs:
openwrt:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Other-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
tag:
description: 'Tag to release'
required: true
default: 'v0.0.2'
default: 'v0.0.3'

jobs:
linux-others:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Release-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
tag:
description: 'Tag to release'
required: true
default: 'v0.0.2'
default: 'v0.0.3'
jobs:
macos:
runs-on: macos-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Release-without-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
tag:
description: 'Tag to release'
required: true
default: 'v0.0.1'
default: 'v0.0.3'
jobs:
macos:
runs-on: macos-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/meilin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
tag:
description: 'Tag to release'
required: true
default: 'v0.0.2'
default: 'v0.0.3'
jobs:
linux:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
tag:
description: 'Tag to release'
required: true
default: 'v0.0.2'
default: 'v0.0.3'
jobs:
windows:
runs-on: windows-latest
Expand Down
2 changes: 1 addition & 1 deletion openwrt/pikpak-webdav/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=pikpak-webdav
PKG_VERSION:=0.0.2
PKG_VERSION:=0.0.3
PKG_RELEASE:=$(AUTORELESE)

PKG_LICENSE:=MIT
Expand Down

0 comments on commit 8b2d277

Please sign in to comment.