Skip to content

Commit

Permalink
Update .github/workflows/tarball.yml
Browse files Browse the repository at this point in the history
Co-authored-by: David Galiffi <David.Galiffi@amd.com>
Signed-off-by: xuchen-amd <xuchen@amd.com>
  • Loading branch information
xuchen-amd and dgaliffiAMD authored Oct 16, 2024
1 parent 971ffb1 commit 8aaa870
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/tarball.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,15 @@ jobs:
run: |
# find $INSTALL_DIR
test -d $INSTALL_DIR/rocprof-compute
test -x $INSTALL_DIR/rocprof-compute/bin/rocprof-compute
test -s $INSTALL_DIR/rocprof-compute/libexec/rocprof-compute/VERSION
test -s $INSTALL_DIR/rocprof-compute/libexec/rocprof-compute/VERSION.sha
test -d $INSTALL_DIR/rocprof-compute/libexec/rocprof-compute/rocprof_compute_analyze
test -d $INSTALL_DIR/rocprof-compute/libexec/rocprof-compute/rocprof_compute_profile
test -d $INSTALL_DIR/rocprof-compute/libexec/rocprof-compute/rocprof_compute_soc
test -d $INSTALL_DIR/rocprof-compute/libexec/rocprof-compute/utils
test -s $INSTALL_DIR/rocprof-compute/share/rocprof-compute/sample/vcopy.cpp
test -d $INSTALL_DIR/rocprof-compute/share/rocprof-compute/modulefiles
test -x $INSTALL_DIR/rocprof-compute/bin/rocprofiler-compute
test -s $INSTALL_DIR/rocprof-compute/libexec/rocprofiler-compute/VERSION
test -s $INSTALL_DIR/rocprof-compute/libexec/rocprofiler-compute/VERSION.sha
test -d $INSTALL_DIR/rocprof-compute/libexec/rocprofiler-compute/rocprof_compute_analyze
test -d $INSTALL_DIR/rocprof-compute/libexec/rocprofiler-compute/rocprof_compute_profile
test -d $INSTALL_DIR/rocprof-compute/libexec/rocprofiler-compute/rocprof_compute_soc
test -d $INSTALL_DIR/rocprof-compute/libexec/rocprofiler-compute/utils
test -s $INSTALL_DIR/rocprof-compute/share/rocprofiler-compute/sample/vcopy.cpp
test -d $INSTALL_DIR/rocprof-compute/share/rocprofiler-compute/modulefiles
- name: Query version (setting PYTHONPATH by hand)
run: |
export PYTHONPATH=${INSTALL_DIR}/python-libs:$PYTHONPATH
Expand Down

0 comments on commit 8aaa870

Please sign in to comment.