Skip to content

Commit

Permalink
chore: Update go.yml and add serverlet path to artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
PichuChen committed Jul 15, 2024
1 parent eaf741a commit 0d107eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ jobs:

- name: Delete Old Release
run: |
curl -X DELETE
-H "Accept: application/vnd.github+json"
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}"
-H "X-GitHub-Api-Version: 2022-11-28"
curl -X DELETE \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/PichuChen/hatsuaki/releases/nightly
- name: Create Release
Expand Down

0 comments on commit 0d107eb

Please sign in to comment.