Skip to content

Commit

Permalink
fix: ci: patchwork
Browse files Browse the repository at this point in the history
  • Loading branch information
Panakotta00 committed Nov 6, 2024
1 parent aace86d commit ade6fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-smr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
BODY_ENCODED: ${{steps.find-release.outputs.body}}
run: |
BODY=$(echo "$BODY_ENCODED" | base64 --decode)
ficsit ${{ inputs.dev_run && '--api-base https://api.ficsit.dev' || '' }} --api-key "${{ inputs.dev_run && secrets.SMR_API_KEY_DEV || secrets.SMR_API_KEY }}" smr upload ${{ inputs.dev_run && '27CoRS8wTsW1wD' || '8d8gk4imvFanRs'}} FicsItNetworks.zip $BODY
ficsit ${{ inputs.dev_run && '--api-base https://api.ficsit.dev' || '' }} --api-key "${{ inputs.dev_run && secrets.SMR_API_KEY_DEV || secrets.SMR_API_KEY }}" smr upload ${{ inputs.dev_run && '27CoRS8wTsW1wD' || '8d8gk4imvFanRs'}} FicsItNetworks.zip "$BODY"
- name: Wait for Approval
uses: actions/github-script@v7
Expand Down

0 comments on commit ade6fe8

Please sign in to comment.