Skip to content

Commit

Permalink
removed output setting and unzip from dist
Browse files Browse the repository at this point in the history
  • Loading branch information
jankovicgd committed Jan 25, 2023
1 parent 450cd12 commit 6eef4de
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,16 +181,12 @@ jobs:
- uses: actions/download-artifact@v3.0.1
with:
name: eoxserver-dist
- name: Unzip artifact
run: |
mkdir dist
unzip eoxserver-dist.zip -d dist
- name: Branch name
id: branch_name
run: |
echo ::set-output name=SOURCE_TAG::$([[ $GITHUB_REF == refs/tags/* ]] && echo ${GITHUB_REF#refs/tags/} || echo "")
echo ::set-output name=WHEEL_FILE::$(ls dist/*.whl)
echo ::set-output name=SRC_DIST_FILE::$(ls dist/*.tar.gz)
echo ::set-output name=WHEEL_FILE::$(ls *.whl)
echo ::set-output name=SRC_DIST_FILE::$(ls *.tar.gz)
- name: Draft Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit 6eef4de

Please sign in to comment.