Skip to content

Commit

Permalink
CI/CD using GitHub Actions is updated.
Browse files Browse the repository at this point in the history
- minor bug fixes
  • Loading branch information
adelhpour committed May 4, 2024
1 parent 9f88dac commit 40d6f97
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 @@ -199,7 +199,7 @@ jobs:
os_version=$(lsb_release -rs | cut -d '.' -f 1)
echo "artifacts_name=llvm-13.x-${{ matrix.platform.os_type }}-$os_version-${host_architecture}-${{ matrix.platform.build_type }}" >> "${GITHUB_ENV}"
elif [ "${{ matrix.platform.os_type }}" == 'manylinux' ]; then
os_name="${{ matrix.platform.os_type }}"
os_name="${{ matrix.platform.name }}"
os_name_without_build_type="${os_name%%-*}"
echo "artifacts_name=llvm-13.x-${os_name_without_build_type}-${host_architecture}-${{ matrix.platform.build_type }}" >> "${GITHUB_ENV}"
fi
Expand Down

0 comments on commit 40d6f97

Please sign in to comment.