From 73be1745932143373fe29d57a08ab2b38f7c818f Mon Sep 17 00:00:00 2001 From: Panakotta00 <16022267+Panakotta00@users.noreply.github.com> Date: Tue, 29 Oct 2024 13:11:08 +0100 Subject: [PATCH] Update deploy-to-smr.yml --- .github/workflows/deploy-to-smr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-to-smr.yml b/.github/workflows/deploy-to-smr.yml index 3188ce07e..f8a8727a0 100644 --- a/.github/workflows/deploy-to-smr.yml +++ b/.github/workflows/deploy-to-smr.yml @@ -50,7 +50,7 @@ jobs: env: body: ${{steps.find-release.outputs.body}} run: | - ficsit --api-key "${{secrets.SMR_API_KEY}}" smr upload FicsItNetworks FicsItNetworks.zip $body + ficsit --api-key "${{secrets.SMR_API_KEY}}" smr upload 8d8gk4imvFanRs FicsItNetworks.zip $body - name: Wait for Approval uses: actions/github-script@v7