diff --git a/.github/workflows/tarball.yml b/.github/workflows/tarball.yml index 4b64ba5b0..d8bc28eff 100644 --- a/.github/workflows/tarball.yml +++ b/.github/workflows/tarball.yml @@ -94,7 +94,7 @@ jobs: - name: Query version (setting PYTHONPATH by hand) run: | export PYTHONPATH=${INSTALL_DIR}/python-libs:$PYTHONPATH - $INSTALL_DIR/rocprofiler-compute/bin/rocprofiler-compute --version + $INSTALL_DIR/rocprofiler-compute/bin/rocprof-compute --version - name: Install Lmod run: sudo apt-get install -y lmod - name: Access rocprofiler-compute using modulefile @@ -103,5 +103,5 @@ jobs: module use $INSTALL_DIR/rocprofiler-compute/share/rocprofiler-compute/modulefiles module load rocprofiler-compute module list - rocprofiler-compute --version + rocprof-compute --version