mirror of
https://github.com/encounter/bfbb.git
synced 2026-07-09 18:19:36 -07:00
save artifacts
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user