Skip to content

Commit

Permalink
wip: testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Oct 10, 2023
1 parent 55988df commit 939b8eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dogfood.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ jobs:
echo "name=$(basename ${{ matrix.earthfile }})" >> $GITHUB_OUTPUT
- uses: actions/upload-artifact@v3
with:
name: ${{ steps.earthfile.outputs.name }}-${{ matrix.platform }}-${{ env.EARTHLY_TARGET }}
name: "${{ steps.earthfile.outputs.name }}_${{ matrix.platform }}_${{ env.EARTHLY_TARGET }}"
path: ${{ matrix.earthfile }}/out

0 comments on commit 939b8eb

Please sign in to comment.