Skip to content

Commit

Permalink
Fix bad test script
Browse files Browse the repository at this point in the history
  • Loading branch information
slinkydeveloper committed Jun 7, 2024
1 parent 78bc94f commit 166d02e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
- run: npm run proto
- run: npm run verify
- run: npm pack --workspaces true --include-workspace-root false
- run: mv restatedev-restate-sdk-*.tgz restatedev-restate-sdk.tgz
- run: mv restatedev-restate-sdk-clients-*.tgz restatedev-restate-sdk-clients.tgz
- run: mv restatedev-restate-sdk-core-*.tgz restatedev-restate-sdk-core.tgz
- run: find -type f -name "restatedev-restate-sdk-[0-9.]*\.tgz" | xargs -I {} mv {} restatedev-restate-sdk.tgz
- run: find -type f -name "restatedev-restate-sdk-clients-[0-9.]*\.tgz" | xargs -I {} mv {} restatedev-restate-sdk-clients.tgz
- run: find -type f -name "restatedev-restate-sdk-core-[0-9.]*\.tgz" | xargs -I {} mv {} restatedev-restate-sdk-core.tgz
- uses: actions/upload-artifact@v4
with:
name: restatedev-restate-sdk
Expand Down

0 comments on commit 166d02e

Please sign in to comment.