- omnitrace-install.py will be uploaded as a release asset
- script simplifies selecting the correct installer script

[ROCm/rocprofiler-systems commit: 1f818054ce]
Этот коммит содержится в:
Jonathan R. Madsen
2022-12-16 05:31:40 -06:00
коммит произвёл GitHub
родитель 75e1e8bf37
Коммит 7f73cf67bb
4 изменённых файлов: 275 добавлений и 1 удалений
+10 -1
Просмотреть файл
@@ -28,11 +28,20 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Generate generic installer script
shell: bash
run: |
apt-get update
apt-get install -y cmake
cmake -D OUTPUT_DIR=${PWD} -P scripts/write-omnitrace-install.cmake
- name: Generate Release
uses: softprops/action-gh-release@v1
with:
draft: True
draft: False
generate_release_notes: True
fail_on_unmatched_files: True
files: |
omnitrace-install.py
release-docs:
if: github.repository == 'AMDResearch/omnitrace' && (startsWith(github.ref, 'refs/tags/') || contains(github.ref, 'releases/'))