Skip to content

Commit

Permalink
19690: Fixes relesae action bugs (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
calebwherry authored Mar 14, 2024
1 parent 2df99fd commit 006787d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@ jobs:
SETUPTOOLS_SCM_PRETEND_VERSION: ${{ needs.metadata.outputs.version }}

- name: Upload Tarball Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: "howso-engine-no-telemetry-${{ needs.metadata.outputs.version }}"
path: "dist/howso-engine-no-telemetry-${{ needs.metadata.outputs.version }}.tar.gz"
if-no-files-found: error

- name: Upload Wheel Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: "howso_engine_no_telemetry-${{ needs.metadata.outputs.version }}-py3-none-any"
path: "dist/howso_engine_no_telemetry-${{ needs.metadata.outputs.version }}-py3-none-any.whl"
Expand Down

0 comments on commit 006787d

Please sign in to comment.