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 373caf1 commit 73d3299
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 1 addition & 0 deletions .github/actions/publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ runs:
shell: bash
run: |
ls "/Users/runner/hostedtoolcache/smctl/latest/x64/"
which smtools
# - name: Test calling help
# shell: bash
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,3 @@ jobs:
# certSha1Hash: $DIGICERT_CODE_SIGNING_CERT_SHA1_HASH
prerelease: ${{ inputs.prerelease }}
dry_run: ${{ inputs.dry_run }}

- name: 'Upload Artifact'
uses: actions/upload-artifact@v3
with:
name: my-artifact
path: /Users/runner/hostedtoolcache/smctl/latest/x64/smctl
retention-days: 1

0 comments on commit 73d3299

Please sign in to comment.