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 <David.Galiffi@amd.com>
Signed-off-by: xuchen-amd <xuchen@amd.com>
  • Loading branch information
xuchen-amd and dgaliffiAMD committed Oct 16, 2024
1 parent b965ed7 commit 8062ae1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
- name: Archive tarball
uses: actions/upload-artifact@v4
with:
name: rocprof-compute-${{github.ref_name}}.tar.gz
path: build/rocprof-compute-${{github.ref_name}}.tar.gz
name: rocprofiler-compute-${{github.ref_name}}.tar.gz
path: build/rocprofiler-compute-${{github.ref_name}}.tar.gz
- name: Set version
run: echo "VERSION=$(cat VERSION)" >> $GITHUB_ENV
- name: Determine release name
Expand Down

0 comments on commit 8062ae1

Please sign in to comment.