From bd27b921c263951b1628fcb380c46c89439cdfbc Mon Sep 17 00:00:00 2001 From: Alex Florenti Date: Fri, 2 Aug 2024 18:17:09 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f38a5a2..94755a4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,10 +19,9 @@ jobs: - uses: actions/setup-node@v4 with: node-version: '16.x' - - run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner." - run: cd webmanager && npm install && npm run-script build-prod && cd .. - run: make - name: The job has succeeded if: ${{ success() }} - run: cd dist && find * -type f -exec echo 'Uploading @{}' \; -exec curl -4 -F 'file=@{}' -F "path=${{ github.ref }}/{}" -F "key=${{ secrets.UPLOAD_KEY }}" "${{ secrets.UPLOAD_URL }}" \;; fi + run: cd dist && find * -type f -exec echo 'Uploading @{}' \; -exec curl -4 -F 'file=@{}' -F "path=${{ github.ref }}/{}" -F "key=${{ secrets.UPLOAD_KEY }}" "${{ secrets.UPLOAD_URL }}" \;;