Skip to content

Commit

Permalink
ci: upload build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
iorate committed May 4, 2024
1 parent 4fcb1e3 commit cab3f02
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ jobs:
GOOGLE_DRIVE_API_KEY: ${{ secrets.GOOGLE_DRIVE_API_KEY }}
GOOGLE_DRIVE_API_SECRET: ${{ secrets.GOOGLE_DRIVE_API_SECRET }}

- name: Upload build artifacts
uses: actions/upload-artifact@v4
with:
name: dist
path: dist

- name: "[Website] Get changed files"
id: website-changed-files
uses: tj-actions/changed-files@v44
Expand Down

0 comments on commit cab3f02

Please sign in to comment.