radareorg / iaito

Official QT frontend of radare2
GNU General Public License v3.0
968 stars 83 forks source link

The action CI compile release job just skip #140

Closed cctv130 closed 10 months ago

cctv130 commented 10 months ago

1693523808427

cctv130 commented 10 months ago

1693524307056

trufae commented 10 months ago

Can you try using words instead of images? I dont get what you are trying to say

cctv130 commented 10 months ago

Can you try using words instead of images? I dont get what you are trying to say

I tried to automate the windows build using github's action CI feature, but release skipped the previous job when it was done. Do I need to change anything?

trufae commented 10 months ago

The release job only runs when there's a tag in the last commit. You can change this in the yaml. Did it worked?

cctv130 commented 10 months ago

The release job only runs when there's a tag in the last commit. You can change this in the yaml. Did it worked?

How should I modify this yaml file? I don't know how to modify the yaml of github's action ci.

trufae commented 10 months ago

this is the conditional you need to drop

Screenshot 2023-09-02 at 13 04 00
cctv130 commented 10 months ago

this is the conditional you need to drop

Screenshot 2023-09-02 at 13 04 00

thank you ,for my friend.