Skip to content

Commit

Permalink
fix pathjs
Browse files Browse the repository at this point in the history
  • Loading branch information
Zwiterrion committed Feb 8, 2024
1 parent d3256ad commit b4b9f48
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,21 @@ on:
jobs:
all:
runs-on: ubuntu-latest
name: Build Wasmo & CLI binaries
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

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

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

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


File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b4b9f48

Please sign in to comment.