save artifacts

This commit is contained in:
Matt P
2024-06-29 14:19:03 -05:00
parent 9ebf6e1c02
commit fa8491c58f
2 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -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
+5 -4
View File
@@ -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:
@@ -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