Skip to content

Commit

Permalink
Update car_utils_release_mac.yml
Browse files Browse the repository at this point in the history
trying pat
  • Loading branch information
dmikey authored Mar 13, 2023
1 parent 1727bba commit d206620
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/car_utils_release_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@ jobs:
id: get_release
uses: bruceadams/[email protected]
env:
GITHUB_TOKEN: ${{ github.token }}
GITHUB_TOKEN: ${{ secrets.GHCR_TOKEN }}
- name: upload artifact
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ github.token }}
GITHUB_TOKEN: ${{ secrets.GHCR_TOKEN }}
with:
upload_url: ${{ steps.get_release.outputs.upload_url }}
asset_path: car-utils.${{ matrix.os }}.${{ matrix.arch }}.tar.gz
asset_name: car-utils.${{ matrix.os }}.${{ matrix.arch }}.tar.gz
asset_content_type: application/gzip
asset_content_type: application/gzip

0 comments on commit d206620

Please sign in to comment.