Skip to content

Commit

Permalink
fix broken release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
boxblinkracer committed Nov 14, 2024
1 parent 92bb3b2 commit f90953e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/step_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
key: cache-build-${{ github.run_id }}
path: |
build
.build
vendor
# -----------------------------------
- name: Build Artifacts
Expand All @@ -62,7 +62,7 @@ jobs:
with:
key: cache-build-${{ github.run_id }}
path: |
build
.build
vendor
# -----------------------------------
- name: Log in to Docker Hub
Expand Down

0 comments on commit f90953e

Please sign in to comment.