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 03dc7f9 commit 3e20f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ disablejobs:
local version="$(stack query locals "${package}" version)"
shift
local assets=("${@}")
local package_file="${package}-${version}-${runner.arch}-${{runner.os}}.${{ matrix.os.file-extension }}"
local package_file="${package}-${version}-${{ runner.os }}-${{ runner.arch }}.${{ matrix.os.file-extension }}"
${{matrix.os.archive-command}} "${package_file}" "${assets[@]}"
)
Expand Down

0 comments on commit 3e20f67

Please sign in to comment.