mirror of
https://github.com/runelite/plugin-hub.git
synced 2026-07-09 06:59:21 -04:00
package: update to v2
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -33,7 +33,7 @@ jobs:
|
||||
java-version: 11
|
||||
- name: fetch packager
|
||||
env:
|
||||
PACKAGER_URL: "https://github.com/runelite/plugin-hub-tooling/releases/download/v1/bundle.tar.zst"
|
||||
PACKAGER_URL: "https://github.com/runelite/plugin-hub-tooling/releases/download/v2/bundle.tar.zst"
|
||||
run: |
|
||||
set -exu
|
||||
curl --location --fail --retry 4 --max-time 30 --output bundle.tar.zst "$PACKAGER_URL"
|
||||
@@ -104,7 +104,7 @@ jobs:
|
||||
persist-credentials: false
|
||||
- name: fetch packager
|
||||
env:
|
||||
PACKAGER_URL: "https://github.com/runelite/plugin-hub-tooling/releases/download/v1/bundle.tar.zst"
|
||||
PACKAGER_URL: "https://github.com/runelite/plugin-hub-tooling/releases/download/v2/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