Try using result

This commit is contained in:
Luc Perkins 2024-05-20 17:32:08 -03:00
parent c9bee1451d
commit 095c39789f
No known key found for this signature in database
GPG Key ID: 16DB1108FB591835

View File

@ -107,17 +107,8 @@ jobs:
uses: actions/download-artifact@v4.1.7
with:
name: ${{ env.ARTIFACT_KEY }}
path: ${{ env.ARTIFACT_PATH }}
- name: Debug
run: |
echo "ls just the path:"
ls -la "${{ env.ARTIFACT_PATH }}"
echo "ls the subpath:"
ls -la "${{ env.ARTIFACT_PATH }}/flake-checker"
- name: Test flake-checker-action@source-binary on ${{ matrix.systems.runner }}
uses: DeterminateSystems/flake-checker-action@source-binary
with:
source-binary: ${{ env.ARTIFACT_PATH }}/flake-checker
source-binary: result/bin/flake-checker