Skip to content

Commit

Permalink
Use path with commit hash
Browse files Browse the repository at this point in the history
  • Loading branch information
DelevoXDG committed Oct 16, 2024
1 parent 704cd39 commit abb1718
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish_plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit abb1718

Please sign in to comment.