Skip to content

Commit

Permalink
Update .github/workflows/main.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Mann mit Hut <[email protected]>
  • Loading branch information
winitzki and mmhat authored May 31, 2024
1 parent 6d89b02 commit f14de98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,5 +157,5 @@ disablejobs:
if: ${{ matrix.stack-yaml == 'stack.yaml' }}
uses: actions/upload-artifact@v3
with:
name: 'dhall-${{runner.os}}.${{runner.arch}}.${{matrix.os.file-extension}}'
path: 'dhall-*${{runner.os}}.${{runner.arch}}.${{matrix.os.file-extension}}'
name: 'dhall-${{ runner.os }}-${{ runner.arch }}.${{ matrix.os.file-extension }}'
path: 'dhall-*${{ runner.os }}-${{ runner.arch }}.${{ matrix.os.file-extension }}'

0 comments on commit f14de98

Please sign in to comment.