From 1e9633756560f72e13e9f5c5c2f422dbe56163f6 Mon Sep 17 00:00:00 2001 From: fs-context Date: Sun, 15 Dec 2024 12:48:59 +0800 Subject: [PATCH] the last try. --- .github/workflows/build.yaml | 24 ++---------------------- 1 file changed, 2 insertions(+), 22 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f9282a5..7845c18 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -15,25 +15,5 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Setup Node.js - uses: actions/setup-node@v4 - with: - node-version: ${{ matrix.node-version }} - - - name: Build - run: | - npm i yarn -g - yarn install - yarn dist:ext - yarn dist:ui - - - name: Commit - run: | - cd dist - git init - git config --global user.name "GitHub Actions" - git config --global user.email "actions@github.com" - git remote add origin https://github.com/Rundll86/fs-context.git - git add . - git commit -m "Build from Actions" - git push -f -u origin master:dist \ No newline at end of file + - name: Out + run: echo "cmnd,sb github" \ No newline at end of file