Skip to content

Commit

Permalink
added missing artifact unzip
Browse files Browse the repository at this point in the history
proper mimetype for readme
  • Loading branch information
jankovicgd committed Jan 25, 2023
1 parent 06dbda5 commit 30e9f6f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,10 @@ 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: |
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ def fullsplit(path, result=None):

description="EOxServer is a server for Earth Observation (EO) data",
long_description=read("README.md"),
long_description_content_type='text/markdown',

classifiers=[
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit 30e9f6f

Please sign in to comment.