Skip to content

Commit

Permalink
デバッグコードの整理
Browse files Browse the repository at this point in the history
  • Loading branch information
mtgto committed Oct 14, 2024
1 parent 2a46f82 commit 8427e95
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: update

on:
release:
types:
- released
- edited
types: [released]

jobs:
update:
Expand All @@ -13,7 +11,6 @@ jobs:
- name: sha256
run: |
browser_download_url=$(echo '${{ toJSON(github.event.release.assets) }}' | jq -r '.[] | select(.name | endswith(".dmg")) | .browser_download_url')
echo $browser_download_url
SHA256=$(curl -L "${browser_download_url}" | sha256sum | cut -d ' ' -f 1)
echo "sha256=${SHA256}" >> "GITHUB_OUTPUT"
- name: dispatch
Expand Down

0 comments on commit 8427e95

Please sign in to comment.