Skip to content

Commit

Permalink
Fix schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHougaard committed Jul 22, 2024
1 parent 6a87df6 commit 8cafcea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/generate-schemas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,10 @@ jobs:
name: sdk-schemas-java
path: ${{ github.workspace }}/languages/java/src/main/java/com/infisical/sdk/schema/*
if-no-files-found: error

- name: Upload Ruby schemas artifact
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
with:
name: sdk-schemas-ruby
path: ${{ github.workspace }}/languages/ruby/infisical-sdk/lib/schemas.rb
if-no-files-found: error
2 changes: 1 addition & 1 deletion .github/workflows/release-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Download Ruby schemas artifact
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
with:
name: sdk-schemas-java
name: sdk-schemas-ruby
path: languages/ruby/infisical-sdk/lib/

# x64 Apple Darwin
Expand Down

0 comments on commit 8cafcea

Please sign in to comment.