Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Commit

Permalink
One day.. maybe.. not
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwitt23 committed Jan 27, 2020
1 parent 3ea6bd0 commit 9e01183
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./target-finder-model-${{ RELEASE_VERSION }}.tar.gz
asset_name: target-finder-model-${{ RELEASE_VERSION }}.tar.gz
asset_path: ./target-finder-model-${{ env.RELEASE_VERSION }}.tar.gz
asset_name: target-finder-model-${{ env.RELEASE_VERSION }}.tar.gz
asset_content_type: application/zip

- name: Send slack notification.
Expand Down

0 comments on commit 9e01183

Please sign in to comment.