Skip to content

Commit

Permalink
Update artifact name to make sense
Browse files Browse the repository at this point in the history
Signed-off-by: Timothy Johnson <[email protected]>
  • Loading branch information
t1m0thyj committed Nov 16, 2023
1 parent 27ef6bf commit df22474
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sdk-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ jobs:
- name: Update version (git)
run: git add src/_version.py src/secrets/Cargo.*

- name: Build dist wheels
- name: Build wheels
run: bash build.sh

- name: Archive artifacts
- name: Upload wheels
uses: actions/upload-artifact@v3
with:
name: sdist
name: wheels
path: dist/

- uses: zowe-actions/octorelease@feat/add-pypi-plugin
Expand Down

0 comments on commit df22474

Please sign in to comment.