Skip to content

Commit

Permalink
Merge pull request #49 from Rallista/feat/ci-release-cleanup2
Browse files Browse the repository at this point in the history
Corrected more CI issueS
  • Loading branch information
Archdoog authored Oct 20, 2024
2 parents db515d8 + 6a08213 commit 78938d0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,13 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
ref: main
fetch-depth: 0

# TODO: Remove this once successful.
- name: Verify version
run: cat version.txt

- name: Download JNI Libs
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 78938d0

Please sign in to comment.