mirror of
https://github.com/runelite/plugin-hub.git
synced 2026-09-24 04:57:09 -04:00
package: update to v3
This commit is contained in:
1 file changed
+2
-2
@@ -33,7 +33,7 @@ jobs:
|
||||
java-version: 11
|
||||
- name: fetch packager
|
||||
env:
|
||||
PACKAGER_URL: "https://github.com/runelite/plugin-hub-tooling/releases/download/v2/bundle.tar.zst"
|
||||
PACKAGER_URL: "https://github.com/runelite/plugin-hub-tooling/releases/download/v3/bundle.tar.zst"
|
||||
run: |
|
||||
set -exu
|
||||
curl --location --fail --retry 4 --max-time 30 --output bundle.tar.zst "$PACKAGER_URL"
|
||||
@@ -103,7 +103,7 @@ jobs:
|
||||
persist-credentials: false
|
||||
- name: fetch packager
|
||||
env:
|
||||
PACKAGER_URL: "https://github.com/runelite/plugin-hub-tooling/releases/download/v2/bundle.tar.zst"
|
||||
PACKAGER_URL: "https://github.com/runelite/plugin-hub-tooling/releases/download/v3/bundle.tar.zst"
|
||||
run: |
|
||||
set -exu
|
||||
curl --location --fail --retry 4 --max-time 30 --output bundle.tar.zst "$PACKAGER_URL"
|
||||
|
||||
Reference in new issue
Block a user