Skip to content

Commit

Permalink
Merge pull request #83 from kozakura913/main
Browse files Browse the repository at this point in the history
release_idを修正
  • Loading branch information
kozakura913 authored Dec 29, 2024
2 parents 0824da2 + 8e6b5df commit fbc2cac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ jobs:
- name: Upload release
uses: WebFreak001/[email protected]
with:
upload_url: https://uploads.github.com/repos/${{ github.repository }}/releases/98575220/assets{?name,label} # find out this value by opening https://api.github.com/repos/<owner>/<repo>/releases in your browser and copy the full "upload_url" value including the {?name,label} part
release_id: 98575220 # same as above (id can just be taken out the upload_url, it's used to find old releases)
upload_url: https://uploads.github.com/repos/${{ github.repository }}/releases/192617419/assets{?name,label} # find out this value by opening https://api.github.com/repos/<owner>/<repo>/releases in your browser and copy the full "upload_url" value including the {?name,label} part
release_id: 192617419 # same as above (id can just be taken out the upload_url, it's used to find old releases)
asset_path: /tmp/app/media-proxy-rs.gz # path to archive to upload
asset_name: media-proxy-rs_${{ env.PLATFORM_PAIR }}.gz # name to upload the release as, use $$ to insert date (YYYYMMDD) and 6 letter commit hash
asset_content_type: application/gzip # required by GitHub API
Expand Down

0 comments on commit fbc2cac

Please sign in to comment.