Skip to content

Commit

Permalink
Update ci.yaml (#23)
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Levin <[email protected]>
  • Loading branch information
jaylevin authored Sep 30, 2024
1 parent 03fac09 commit e0d06c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -331,10 +331,10 @@ jobs:
BUILD_ARGS: "--load"

- name: Upload Artifacts to GitHub
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: output
path: _output/**

- name: Publish Artifacts
run: make publish BRANCH_NAME=${GITHUB_REF##*/}
run: make publish BRANCH_NAME=${GITHUB_REF##*/}

0 comments on commit e0d06c7

Please sign in to comment.