Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
valentin-gauthier-geosiris committed Apr 4, 2024
1 parent 2effac6 commit 0fa9723
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci_energyml_utils_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,15 @@ jobs:
echo "::debug::listing folder"
ls -R
echo `ls -R`
echo "GITHUB_WORKSPACE ${{ env.GITHUB_WORKSPACE }}"
echo "GITHUB_WORKSPACE ${{ github.workspace }}"
echo `ls GITHUB_WORKSPACE ${{ github.workspace }}`
- name: Save build artifacts
uses: actions/upload-artifact@v4
with:
name: Build-Artifact
if-no-files-found: error
path: ${{ env.GITHUB_WORKSPACE }}/energyml-utils/dist
path: ${{ github.workspace }}/energyml-utils/dist

publish:
name: Publish to PyPI
Expand Down

0 comments on commit 0fa9723

Please sign in to comment.