Skip to content

Commit

Permalink
refactor: Clean up and rename some things
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Anguiano committed Sep 11, 2024
1 parent a28ed39 commit 594433b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/actions/build-validate-artifact/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ runs:
id: build-validate-artifact
run: |
cd utils && yarn build-validate-quickstart-artifact ${{ inputs.command-args }}
- name: Debugging output
shell: bash
if: ${{ runner.debug }}
run: ls -la utils/build
File renamed without changes.
2 changes: 0 additions & 2 deletions .github/workflows/release-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ jobs:
uses: "./.github/actions/build-validate-artifact"
with:
command-args: '--output-artifact'
- name: Debugging output
run: ls -la utils/build
- name: Attest artifact
uses: actions/attest-build-provenance@1c608d11d69870c2092266b3f9a6f3abbf17002c
with:
Expand Down

0 comments on commit 594433b

Please sign in to comment.