Skip to content

Commit

Permalink
WiP Publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
corey committed Aug 23, 2024
1 parent 560cb41 commit d878a1e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,8 @@ jobs:
run: |
ls wheelhouse
echo "origen_wheel=$( ls wheelhouse | head -1 )" >> $GITHUB_OUTPUT
ls -al python/origen/origen/__bin__/bin
ls -al rust/pyapi/target/release
- name: Upload Origen Python Package Artifact
uses: actions/upload-artifact@v1
Expand All @@ -305,7 +307,7 @@ jobs:
uses: actions/upload-artifact@v1
with:
name: cli
path: python\origen\origen\__bin__\bin\origen
path: python/origen/origen/__bin__/bin/origen

build_windows:
strategy:
Expand Down

0 comments on commit d878a1e

Please sign in to comment.