Skip to content

Commit

Permalink
Upload and download directories
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkeating committed Jan 31, 2024
1 parent 10a44a3 commit ee17797
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ jobs:
- run: yarn install --frozen-lockfile --verbose --network-concurrency 1

- run: yarn build
- name: Upload frontend build
uses: actions/upload-artifact@v4
with:
name: frontend
path: |
frontend/dist/spa
fleek.config.ts
tests:
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -160,6 +167,10 @@ jobs:
FLEEK_TOKEN: ${{ secrets.FLEEK_TOKEN }}
FLEEK_PROJECT_ID: ${{ secrets.FLEEK_PROJECT_ID }}
steps:
- name: Download frontend
uses: actions/download-artifact@v4
with:
name: frontend
- name: Look at directory
run: ls -la
- name: Install Fleek CLI
Expand Down

0 comments on commit ee17797

Please sign in to comment.