Skip to content

Commit

Permalink
add actions to path
Browse files Browse the repository at this point in the history
  • Loading branch information
Zwiterrion committed Feb 8, 2024
1 parent b4b9f48 commit aa4b413
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ jobs:
- uses: actions/checkout@v4

- name: Release Wasmo Docker Images
uses: ./action-docker
uses: ./actions/action-docker
with:
version: ${{ inputs.version }}

- name: Build Wasmo CLI binaries
uses: ./action-cli
uses: ./actions/action-cli
with:
version: ${{ inputs.version }}

- name: Push on crates.io
uses: ./action-cratesio
uses: ./actions/action-cratesio


0 comments on commit aa4b413

Please sign in to comment.