Skip to content

Commit

Permalink
Fix dest
Browse files Browse the repository at this point in the history
  • Loading branch information
ScriptedSnark committed Mar 8, 2024
1 parent b6c3532 commit c7f499f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
mv Release/GSChaos.dll .\gamedir\asi_plugins\GSChaos.asi
mv Release/GSChaos.pdb .\gamedir\asi_plugins\
Compress-Archive -Path .\gamedir\* -Destination GSChaos_DEV.zip
Compress-Archive -Path .\gamedir\* -Destination GSChaos.zip
- name: Deploy
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit c7f499f

Please sign in to comment.