Skip to content

Commit

Permalink
fix(ci): build and release use incorrect path
Browse files Browse the repository at this point in the history
  • Loading branch information
headblockhead committed Oct 13, 2024
1 parent cb9f87a commit 977978b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: libsquirrel.a
path: result/libsquirrel.a
path: result/lib/libsquirrel.a

2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: actions/upload-artifact@184d73b71b93c222403b2e7f1ffebe4508014249
with:
name: libsquirrel.a
path: result/libsquirrel.a
path: result/lib/libsquirrel.a
test:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 977978b

Please sign in to comment.