Skip to content

Commit

Permalink
add gist update again
Browse files Browse the repository at this point in the history
  • Loading branch information
acocalypso committed Apr 8, 2024
1 parent cb20803 commit e9c912c
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,14 @@ jobs:
run: |
current_date=$(date -u +"%Y-%m-%dT%H:%M:%SZ")
latest_release_json=${{ steps.get_latest_release_content.outputs.latest_release_json }}
echo "$latest_release_json" > update.json
echo "$latest_release_json" > update.json
- name: Update Gist
uses: exuanbo/actions-deploy-gist@v1
with:
token: ${{ secrets.TOKEN }}
gist_id: ${{ secrets.GIST_ID }}
file_path: update.json
file_type: text
gist_description: "Updater JSON for the latest release"
gist_file_name: "update.json"

0 comments on commit e9c912c

Please sign in to comment.