Skip to content

Commit

Permalink
fix directory
Browse files Browse the repository at this point in the history
  • Loading branch information
drmowinckels committed Jul 16, 2023
1 parent 5aa4a78 commit 7f720ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
fi
- name: Archive Build Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: build-artifact-${{ github.run_id }}
path: ${{ env.hugobd }}
Expand All @@ -148,7 +148,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Download Build Artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: build-artifact-${{ github.run_id }}
path: public
Expand Down

0 comments on commit 7f720ae

Please sign in to comment.