Skip to content

Commit

Permalink
save artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbruv committed Jun 29, 2024
1 parent 9ebf6e1 commit fa8491c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@ jobs:
if: github.ref == 'refs/heads/main'
uses: actions/upload-artifact@v4
with:
name: progress.json
name: progress
path: progress.json
9 changes: 5 additions & 4 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-dotnet@v4
with:
dotnet-version: "8.x.x"
- name: Checkout website code
uses: actions/checkout@v4
with:
Expand All @@ -26,9 +23,13 @@ jobs:
- name: Download artifact
uses: actions/download-artifact@v4
with:
name: progress.json
name: progress
path: ./website

- uses: actions/setup-dotnet@v4
with:
dotnet-version: "8.x.x"

- name: Build Website
run: |
cd website
Expand Down

0 comments on commit fa8491c

Please sign in to comment.