Skip to content

Commit

Permalink
Removed getbuffs references from CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
Friendly0Fire committed Aug 19, 2022
1 parent 7456b99 commit 5ed4af2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,9 @@ jobs:
mkdir -p x64/Release/gw2radial
mkdir -p x64/Debug/gw2radial
mv x64/Release/gw2addon_gw2radial.dll x64/Release/gw2radial/
mv x64/Release/getbuffs.dll x64/Release/gw2radial/
mv x64/Release/readme.md x64/Release/gw2radial/
mv x64/Debug/gw2addon_gw2radial.dll x64/Debug/gw2radial/
mv x64/Debug/gw2addon_gw2radial.pdb x64/Debug/gw2radial/
mv x64/Debug/getbuffs.dll x64/Debug/gw2radial/
- name: Zip files for tag
if: startsWith(github.ref, 'refs/tags/v')
run: |
Expand Down

0 comments on commit 5ed4af2

Please sign in to comment.