Skip to content

Commit

Permalink
Update artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
B3none authored Jan 10, 2024
1 parent 2adeb21 commit 79a7674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: RetakesPlugin-${{ github.sha }} # Name of the artifact (with the commit hash)
path: /bin/Debug/net7.0/RetakesPlugin.dll # Replace with the actual path to your built DLL
path: /home/runner/work/cs2-retakes/cs2-retakes/bin/Debug/net7.0/RetakesPlugin.dll # Replace with the actual path to your built DLL

0 comments on commit 79a7674

Please sign in to comment.