diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 574b710..02ba212 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -3,8 +3,8 @@ name: Build and Deploy Quasar App on: push: branches: - - devel # Change this to your default branch - - feature/newVueComponets + - develop + - feature/newVueComponents jobs: build: @@ -17,7 +17,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v2 with: - node-version: "18" # Use the Node.js version compatible with your project + node-version: "18" - name: Install dependencies run: npm install @@ -38,7 +38,7 @@ jobs: run: echo $(git describe --abbrev=4 --dirty --always --tags)-[$(git rev-parse --abbrev-ref HEAD)] > dist/spa/VERSION - name: Upload SPA files to GitHub - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v2 with: name: spa-files path: dist/spa/ @@ -48,3 +48,17 @@ jobs: with: name: fileList.h path: ./fileList.h + + - name: Create download page + run: | + mkdir -p dist/download + echo "