Skip to content

Commit

Permalink
Attempt to use upstream's CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhil committed Jan 26, 2024
1 parent ac7b028 commit aae6631
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 93 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
build:
name: Build wasm-tools
runs-on: ${{ matrix.os }}
if: github.event_name != 'push' || startsWith(github.ref, 'refs/tags/wasm-tools-')
if: github.event_name != 'push' || startsWith(github.ref, 'refs/tags/wasmfx-tools-')
strategy:
matrix:
include:
Expand Down Expand Up @@ -57,6 +57,6 @@ jobs:
path: dist

- uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/') && github.repository == 'bytecodealliance/wasm-tools'
if: startsWith(github.ref, 'refs/tags/') && github.repository == 'wasmfx/wasmfx-tools'
with:
files: "dist/*"
91 changes: 0 additions & 91 deletions .github/workflows/wasmfx_main.yml

This file was deleted.

0 comments on commit aae6631

Please sign in to comment.