Skip to content

Commit

Permalink
install tool globally
Browse files Browse the repository at this point in the history
  • Loading branch information
diogotr7 committed Feb 21, 2024
1 parent 8ee0172 commit 2c63b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: dotnet publish -c Release src/Artemis.Plugins.diogotr7.sln

- name: Install Plugin Uploader
run: dotnet tool install ArtemisRGB.Tools.PluginUploader
run: dotnet tool install ArtemisRGB.Tools.PluginUploader --global

- name: Upload
run: artemis-plugin-uploader --pat ${{ secrets.WORKSHOP_PAT }} --path .

0 comments on commit 2c63b8c

Please sign in to comment.