Skip to content

Commit

Permalink
shasum256 build
Browse files Browse the repository at this point in the history
  • Loading branch information
oznu committed Jun 20, 2022
1 parent 9e457a7 commit d95ea2f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,10 @@ jobs:
- name: Create Bundle
run: |
tar -C $(pwd)/package -czvf homebridge-config-ui-x-${{ github.event.inputs.version }}.tar.gz .
ls -la
pwd
shasum -a 256 homebridge-config-ui-x-${{ github.event.inputs.version }}.tar.gz > SHASUMS256.txt
- uses: AButler/[email protected]
with:
files: 'homebridge-config-ui-x-${{ github.event.inputs.version }}.tar.gz'
files: 'homebridge-config-ui-x-${{ github.event.inputs.version }}.tar.gz;SHASUMS256.txt'
repo-token: ${{ secrets.GITHUB_TOKEN }}
release-tag: ${{ github.event.inputs.version }}

0 comments on commit d95ea2f

Please sign in to comment.