Skip to content

Commit

Permalink
Update .github/workflows/packaging.yml
Browse files Browse the repository at this point in the history
Co-authored-by: David Galiffi <[email protected]>
Signed-off-by: xuchen-amd <[email protected]>
  • Loading branch information
xuchen-amd and dgaliffiAMD authored Oct 16, 2024
1 parent 1d41217 commit d396130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
cd build
make package_source
- name: Rename tarball
run: mv build/rocprof-compute-*.tar.gz build/rocprof-compute-${{github.ref_name}}.tar.gz
run: mv build/rocprof-compute-*.tar.gz build/rocprofiler-compute-${{github.ref_name}}.tar.gz
- name: Archive tarball
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit d396130

Please sign in to comment.