diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 783d9a1..4eeccce 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,8 +27,9 @@ jobs: - name: List Flagship run: ls flagship - - name: run Flagship - run: flagship version + - name: List version + run: ls flagship/0.7.3 + # Use the output from the `hello` step - name: Get the output time diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..6d7fdd5 --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +build: + ncc build src/index.ts --license LICENSE + +push: + git add . + git commit -m "run action" + git push \ No newline at end of file