Skip to content

Commit

Permalink
fix(ci): fix type/build results workflow
Browse files Browse the repository at this point in the history
it was broken on its own due to the "genius" decision of introducing breaking changes without creating a new major version
actions/upload-artifact#602
  • Loading branch information
yusufkandemir committed Oct 2, 2024
1 parent 06fbcab commit 844749b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: types-build
include-hidden-files: true # to include the .pr-number file
path: |
ui/dist/api
ui/dist/types
Expand Down

0 comments on commit 844749b

Please sign in to comment.