lith 3 년 전
부모
커밋
83dc5814fa
1개의 변경된 파일1개의 추가작업 그리고 5개의 파일을 삭제
  1. 1 5
      .github/workflows/main.yml

+ 1 - 5
.github/workflows/main.yml

@@ -25,12 +25,8 @@ jobs:
       # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
       - uses: actions/checkout@v2
 
-      # Runs a single command using the runners shell
-      - name: Run a one-line script
-        run: echo Hello, world!
-
       # Runs a set of commands using the runners shell
-      - name: Run a multi-line script
+      - name: Run shell to build docker image and build release.zip
         run: |
            set -e
            echo start build sqler