Skip to content

Commit

Permalink
upload download
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed May 27, 2024
1 parent 7373bfe commit e305c3f
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/zerocracy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
with:
path: zerocracy.fb
key: ${{ hashFiles('zerocracy.fb') }}
- uses: actions/download-artifact@v4
- uses: zerocracy/judges-action@master
with:
verbose: true
Expand All @@ -53,6 +50,12 @@ jobs:
repositories=yegor256/judges,yegor256/factbase,zerocracy/judges-action,zerocracy/pages-action
factbase: zerocracy.fb
trim: 5
- uses: actions/upload-artifact@v4
with:
path: zerocracy.fb
name: factbase
if-no-files-found: error
overwrite: true
- uses: zerocracy/pages-action@0.0.4
with:
verbose: true
Expand Down

0 comments on commit e305c3f

Please sign in to comment.