Commit 9346b447 authored by Huangnan's avatar Huangnan

fix & update ci

parent 4f4a84a4
Pipeline #33125 failed with stages
in 60 minutes and 1 second
......@@ -84,6 +84,6 @@ upload_to_minio:
- pip install -U -i https://mirrors.aliyun.com/pypi/simple/ awscli
- cp dist/archive/ygopro-FiNALE-DIY-cards.zip dist/archive/ygopro-FiNALE-DIY-cards-$CURRENT_UPDATE_DATE.zip
- cp dist/archive/ygopro-FiNALE-DIY-update.zip dist/archive/ygopro-FiNALE-DIY-update-$CURRENT_UPDATE_DATE.zip
- aws s3 --endpoint=https://cdn02.moenext.com sync dist/ s3://mycard/ygopro-222DIY > /dev/null
- aws s3 --endpoint=https://minio.moenext.com:9000 sync dist/ s3://mycard/ygopro-222DIY > /dev/null
only:
- master
......@@ -18,10 +18,10 @@ function s.search(c)
c:RegisterEffect(e2)
end
function s.icon(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():GetFlagEffect(47309305)==0
return e:GetHandler():GetFlagEffect(47310305)==0
end
function s.qcon(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():GetFlagEffect(47309305)~=0
return e:GetHandler():GetFlagEffect(47310305)~=0
end
function s.filter(c)
return c:IsSetCard(0x6ca0) and c:IsType(TYPE_SPELL) and c:IsAbleToHand()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment