Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
build test
Browse files Browse the repository at this point in the history
  • Loading branch information
tanderson-ld committed Dec 15, 2023
1 parent 7f90a20 commit 6a9fe5d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/actions/publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,16 +75,16 @@ runs:
SM_CLIENT_CERT_PASSWORD: ${{ env.DIGICERT_CLIENT_CERT_PASSWORD }}
SM_CLIENT_CERT_FILE: ${{ env.DIGICERT_CLIENT_CERT_FILE_B64 }}

# - name: Test calling help
# shell: bash
# run: smctl --help

- name: Look at smctl
shell: bash
run: |
cat $(which smctl)
file $(which smctl)
chmod +x $(which smctl)
- name: Test calling help
shell: bash
run: smctl --help

- name: Sign DLLs
shell: bash
run: |
Expand Down

0 comments on commit 6a9fe5d

Please sign in to comment.