From 2c63b8ca31940814a76de82b47afd12242e4aef9 Mon Sep 17 00:00:00 2001 From: Diogo Trindade Date: Wed, 21 Feb 2024 21:16:52 +0000 Subject: [PATCH] install tool globally --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 27a00cb..e668d38 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 . \ No newline at end of file