Skip to content

Commit

Permalink
chore(CI): rename dist.zip
Browse files Browse the repository at this point in the history
  • Loading branch information
Rory-Z authored and ysfscream committed Jan 26, 2021
1 parent 843bdde commit 0d5fa27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
touch dist/version
echo "github_ref: $GITHUB_REF" >> dist/version
echo "github_sha: $GITHUB_SHA" >> dist/version
zip -rq dist.zip ./dist
zip -rq neuron-dashboard.zip ./dist
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand All @@ -40,7 +40,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./dist.zip
asset_name: dist.zip
asset_path: ./neuron-dashboard.zip
asset_name: neuron-dashboard.zip
asset_content_type: application/zip

0 comments on commit 0d5fa27

Please sign in to comment.