Skip to content

Commit

Permalink
Check what was downloaded
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Jul 25, 2024
1 parent 31c34a6 commit d9fec98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
id: lair-keystore
run: |
gh release download ${{ inputs.check-tag }} --pattern 'lair-keystore-x86_64-linux' --repo holochain/holochain
ls -al
chmod +x lair-keystore-x86_64-linux
set +x
./lair-keystore-x86_64-linux --version
Expand All @@ -41,6 +42,7 @@ jobs:
- name: Check Lair Keystore
run: |
gh release download ${{ inputs.check-tag }} --pattern 'lair-keystore-x86_64-linux' --repo holochain/holochain
ls -al
chmod +x lair-keystore-x86_64-linux
set +x
./lair-keystore-x86_64-linux --version
Expand Down

0 comments on commit d9fec98

Please sign in to comment.