How to add new melee attacks in lyra?

Hello,

So I have been modifying the Lyra project and I am now trying to add new melee attacks that both the player and the AI can use. Right now I have it to a point where I can left click and the first attack works just fine. When I right click, however, the line trace activates, but the animation montage does not play. I followed this to set up the first attack which works: Lyra Melee Tutorial . Now I need to do the same thing, but I want it to play a different montage and I want this to happen when I right click. My understanding is that to create the 2nd attack I need to create a different gameplay ability, which I did. In the ability I set the montage to the one I wanted, but it still does not play the montage. I think I need to link the input and the ability using the tags that Lyra uses and then it should play it. I am not sure about that, though. I can provide more info if needed as well. Any ideas?