Skip to content

Commit

Permalink
Update update-abilities.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Soof4 authored Nov 18, 2023
1 parent 2eb69f0 commit a322993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-abilities.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:

- name: Download Abilities DLL
run: |
cd Dependencies
RELEASE_NAME=$(curl -s "https://api.github.com/repos/Soof4/Abilities/releases/latest" | grep -oP '"tag_name": "\K(.*)(?=")')
rm Dependencies/Abilities.dll
wget -q --output-document=Dependencies/Abilities.dll "https://github.com/Soof4/Abilities/releases/download/$RELEASE_NAME/Abilities.dll"
shell: bash

Expand Down

0 comments on commit a322993

Please sign in to comment.