Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
thedoublejay committed Nov 8, 2021
1 parent 6c86d26 commit 31700f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/electron-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
uses: softprops/action-gh-release@a80139913ad69754b738283897e8a1e3362b1a03
with:
fail_on_unmatched_files: true
files: ./DeFiChain Wallet-${{needs.version.outputs.version}}.AppImage.SHA256
files: ./DeFiChain-Wallet-${{needs.version.outputs.version}}.AppImage.SHA256
token: ${{ secrets.DEFICHAIN_BOT_GITHUB_TOKEN }}

publish_mac_app:
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
with:
repository: 'DeFiCh/wallet'
tag: 'v${{ needs.version.outputs.version }}'
file: 'DeFiChain Wallet-${{needs.version.outputs.version}}.dmg'
file: 'DeFiChain-Wallet-${{needs.version.outputs.version}}.dmg'

- name: Generate SHA256 checksum
run: |
Expand Down

0 comments on commit 31700f3

Please sign in to comment.