Skip to content

Commit

Permalink
Merge pull request #18 from EuclidProtocol/feature/ci_pipeline
Browse files Browse the repository at this point in the history
test working now, adding release script:
  • Loading branch information
lucifer1708 authored May 28, 2024
2 parents 9965371 + e3a204a commit c0070d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: release wasm

on:
release:
types: [created]
push:
on: development

jobs:
release:
Expand Down
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh

CWD=`pwd`;

Expand Down Expand Up @@ -90,4 +90,4 @@ for target in "$@"; do
exit 1
fi
echo -e "$FILE_LOG"
done
done

0 comments on commit c0070d4

Please sign in to comment.