diff --git a/.github/workflows/publish_plugins.yml b/.github/workflows/publish_plugins.yml index bf9fdbe52..6bc94a2dc 100644 --- a/.github/workflows/publish_plugins.yml +++ b/.github/workflows/publish_plugins.yml @@ -42,20 +42,20 @@ jobs: - name: Publish starknet if: steps.check-plugins.outputs.starknet_exists != 'true' - working-directory: $HOME/.cache/scarb/registry/std/v${{ steps.scarb-init.outputs.CAIRO_VERSION }}/starknet + working-directory: $HOME/.cache/scarb/registry/std/7cfecf388/starknet run: scarb publish --index https://scarbs.dev --no-verify - name: Publish cairo_run if: steps.check-plugins.outputs.cairo_run_exists != 'true' - working-directory: $HOME/.cache/scarb/registry/std/v${{ steps.scarb-init.outputs.CAIRO_VERSION }}/cairo_run + working-directory: $HOME/.cache/scarb/registry/std/7cfecf388/cairo_run run: scarb publish --index https://scarbs.dev --no-verify - name: Publish cairo_test if: steps.check-plugins.outputs.cairo_test_exists != 'true' - working-directory: $HOME/.cache/scarb/registry/std/v${{ steps.scarb-init.outputs.CAIRO_VERSION }}/test_plugin + working-directory: $HOME/.cache/scarb/registry/std/7cfecf388/test_plugin run: scarb publish --index https://scarbs.dev --no-verify - name: Publish assert_macros if: steps.check-plugins.outputs.assert_macros_exists != 'true' - working-directory: $HOME/.cache/scarb/registry/std/v${{ steps.scarb-init.outputs.CAIRO_VERSION }}/assert_macros + working-directory: $HOME/.cache/scarb/registry/std/7cfecf388/assert_macros run: scarb publish --index https://scarbs.dev --no-verify