Compare commits
2 Commits
2.14.0-coa.1
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| bad4e4afa6 | |||
| 967bec7bde |
@@ -37,7 +37,7 @@ jobs:
|
|||||||
RID=$(curl -sf -X POST -H "Authorization: token $GITEA_TOKEN" \
|
RID=$(curl -sf -X POST -H "Authorization: token $GITEA_TOKEN" \
|
||||||
-H "Content-Type: application/json" \
|
-H "Content-Type: application/json" \
|
||||||
"$API/repos/$REPO/releases" \
|
"$API/repos/$REPO/releases" \
|
||||||
-d "$(jq -nc --arg t "$TAG" '{tag_name:$t,name:$t,draft:false,prerelease:false}')" \
|
-d "$(jq -nc --arg t "$TAG" '{tag_name:$t,name:$t,draft:false,prerelease:false,hide_archive_links:true}')" \
|
||||||
| jq -r '.id')
|
| jq -r '.id')
|
||||||
fi
|
fi
|
||||||
echo "release id: $RID"
|
echo "release id: $RID"
|
||||||
|
|||||||
@@ -14,7 +14,6 @@ local NORMAL_TEXTURE_SIZE = 64 * (SIZE / 36)
|
|||||||
-- Bag Sorter code from Sushi Regular
|
-- Bag Sorter code from Sushi Regular
|
||||||
local moves = {};
|
local moves = {};
|
||||||
local frame = CreateFrame("Frame");
|
local frame = CreateFrame("Frame");
|
||||||
local t = 0;
|
|
||||||
local current = nil;
|
local current = nil;
|
||||||
local isGuildBankSort = false;
|
local isGuildBankSort = false;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user