Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

fml #177

Merged
merged 2 commits into from
Jul 22, 2020
Merged

fml #177

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/grapl-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ./${{ steps.extract-artifacts.outputs.graphql-endpoint }}
asset_name: ${{ steps.extract-artifacts.outputs.graphql-endpoint }}
asset_path: ./${{ steps.extract-artifacts.outputs.dgraph-ttl }}
asset_name: ${{ steps.extract-artifacts.outputs.dgraph-ttl }}
asset_content_type: application/zip

- name: Prepare graph-descriptions dist
Expand Down