mirror of
https://github.com/SwingTheVine/Wplace-BlueMarble.git
synced 2026-03-11 17:15:38 +00:00
Fixed another build.yml bug
This commit is contained in:
parent
b7c6f6cbdc
commit
2c13ad4248
2 changed files with 2 additions and 1 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
|
@ -133,6 +133,7 @@ jobs:
|
|||
run: |
|
||||
sed -i "/@resource/ s/sha=[a-f0-9]\{40\}/sha=${AUTO_SHA}/g" dist/BlueMarble.user.js src/BlueMarble.meta.js
|
||||
echo "Updated resourceLinkSHA:"
|
||||
grep "@resource" dist/BlueMarble.user.js src/BlueMarble.meta.js
|
||||
|
||||
- name: Commit Resource Link SHA
|
||||
run: |
|
||||
|
|
|
|||
2
dist/BlueMarble.user.js
vendored
2
dist/BlueMarble.user.js
vendored
|
|
@ -14,7 +14,7 @@
|
|||
// @match *://*.wplace.live/*
|
||||
// @grant GM_getResourceText
|
||||
// @grant GM_addStyle
|
||||
// @resource CSS-BM-File https://raw.githubusercontent.com/SwingTheVine/Wplace-BlueMarble/main/dist/BlueMarble.user.css
|
||||
// @resource CSS-BM-File https://raw.githubusercontent.com/SwingTheVine/Wplace-BlueMarble/b7c6f6cbdc83d54bf2cd2b017332662d262507c6/dist/BlueMarble.user.css
|
||||
// ==/UserScript==
|
||||
|
||||
// Wplace --> https://wplace.live
|
||||
|
|
|
|||
Loading…
Reference in a new issue