Skip to content

Commit

Permalink
Merge pull request #11639 from keymanapp/fix/linux/apiverification
Browse files Browse the repository at this point in the history
chore(linux): More debugging of API verification
  • Loading branch information
ermshiperete authored Jun 1, 2024
2 parents 5643965 + 1ec7604 commit 751da55
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/api-verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
id: environment_step
run: |
cat artifacts/env >> $GITHUB_OUTPUT
pwd
ls -al artifacts/
- name: Set pending status on PR builds
id: set_status
Expand Down Expand Up @@ -66,6 +68,9 @@ jobs:

- name: "Verify API for libkeymancore.so (${{ steps.environment_step.outputs.GIT_BRANCH }}, branch ${{ steps.environment_step.outputs.GIT_BASE_BRANCH }}, by ${{ steps.environment_step.outputs.GIT_USER }}) - "
run: |
pwd
ls -al artifacts/
echo "GITHUB_WORKSPACE=${GITHUB_WORKSPACE}"
ls -al ${GITHUB_WORKSPACE}
ls -al ${GITHUB_WORKSPACE}/artifacts/
ls -al "${GITHUB_WORKSPACE}/artifacts/${PKG_NAME}_${{ steps.environment_step.outputs.VERSION }}-1${{ steps.environment_step.outputs.PRERELEASE_TAG }}+$(lsb_release -c -s)1_amd64.deb"
Expand Down

0 comments on commit 751da55

Please sign in to comment.