Skip to content

Commit

Permalink
Run checkout before trying to use repo files
Browse files Browse the repository at this point in the history
  • Loading branch information
georgegebbett committed Aug 14, 2023
1 parent d3d16e9 commit 2a101a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ jobs:
- publish_binary
- build_sdk
steps:
- uses: actions/checkout@v3
- name: Create directory for untarring
run: mkdir -p ${{ github.workspace }}/sdk/${{ matrix.language }}
- name: Publish SDKs
Expand Down

0 comments on commit 2a101a9

Please sign in to comment.