Skip to content

Commit

Permalink
Fix directories again
Browse files Browse the repository at this point in the history
  • Loading branch information
davidt0x committed Oct 31, 2023
1 parent aaa265d commit bb06358
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,7 @@ jobs:
conda install conda-build
out_dir="${{ matrix.os }}-build"
.conda/bin/build ${{ matrix.python-version }} $out_dir
package_path=`find $out_dir -name "*.tar.bz2"`
echo "Package path: ${package_path}"
echo "PACKAGE_PATH=${package_path}" >> "$GITHUB_OUTPUT"
echo "PACKAGE_PATH=${out_dir}" >> "$GITHUB_OUTPUT"
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit bb06358

Please sign in to comment.