Skip to content

Commit

Permalink
Workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SmileYzn committed Jun 29, 2023
1 parent c45a5e9 commit bf65cd3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
# Move released file to dlls
mv ./AccuracyFix/Release/accuracyfix_mm.so publish/addons/accuracyfix/dlls
# Move settings file to folder
mv ./AccuracyFix/cstrike/addons/accuracyfix/accuracyfix.cfg publish/addons/accuracyfix/accuracyfix.cfg

- name: Deploy artifacts
uses: actions/upload-artifact@v3
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
# Move released dll to publish
move ${{env.BUILD_CONFIGURATION}}\*.dll publish\addons\accuracyfix\dlls
# Move settings file to folder
mv ${{env.SOLUTION_FILE_PATH}}\cstrike\addons\accuracyfix\accuracyfix.cfg publish\addons\accuracyfix\accuracyfix.cfg

- name: Deploy artifacts
uses: actions/upload-artifact@main
with:
Expand Down

0 comments on commit bf65cd3

Please sign in to comment.