deploy.yaml
Some checks are pending
/ deploy (push) Waiting to run
/ build (push) Successful in 1m23s

This commit is contained in:
lootboxer 2025-07-01 04:05:04 +03:00
parent 88469dcc81
commit afff7dd571

View file

@ -22,9 +22,10 @@ jobs:
run: npm run build run: npm run build
- name: Upload build artifact - name: Upload build artifact
uses: actions/upload-artifact@v4 uses: 'christopherhx/gitea-upload-artifact@v4'
with: with:
name: build-dist name: build-dist
retention-days: 1
path: ./dist path: ./dist
deploy: deploy:
@ -32,7 +33,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Download build artifact - name: Download build artifact
uses: actions/download-artifact@v4 uses: 'christopherhx/gitea-download-artifact@v4'
with: with:
name: build-dist name: build-dist
path: dist path: dist