Skip to content

Commit

Permalink
Merge pull request #35 from blocklessnetwork/feature/ci
Browse files Browse the repository at this point in the history
fix: the upload to release.
  • Loading branch information
Joinhack authored Apr 18, 2024
2 parents 561f63c + 1648ede commit fb485ee
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/wasi-v86-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@ jobs:
uses: bruceadams/[email protected]
env:
GITHUB_TOKEN: ${{ github.token }}
- name: Edit Toml
uses: dmikey/toml-editor@master
with:
file: "v86-wasi/Cargo.toml"
key: "version"
value: "${{ steps.get_release.outputs.tag_name }}"
- name: create Cross.toml
run: |
echo [target.aarch64-unknown-linux-gnu] > Cross.toml
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/wasi-v86-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ jobs:
uses: bruceadams/[email protected]
env:
GITHUB_TOKEN: ${{ github.token }}
- name: Edit Toml
uses: dmikey/toml-editor@master
with:
file: "v86-wasi/Cargo.toml"
key: "version"
value: "${{ steps.get_release.outputs.tag_name }}"
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/wasi-v86-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ jobs:
uses: bruceadams/[email protected]
env:
GITHUB_TOKEN: ${{ github.token }}
- name: Edit Toml
uses: dmikey/toml-editor@master
with:
file: "v86-wasi/Cargo.toml"
key: "version"
value: "${{ steps.get_release.outputs.tag_name }}"
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
Expand Down

0 comments on commit fb485ee

Please sign in to comment.