File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -41,17 +41,11 @@ jobs:
4141 env :
4242 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4343 with :
44- upload_url : ${{ fromJson(steps.get_release_details.outputs.data).upload_url }}
45- asset_path : traefik-forward-auth_amd64
46- asset_name : traefik-forward-auth_amd64
47- asset_content_type : application/octet-stream
44+ file : traefik-forward-auth_amd64
4845
4946 - name : Upload ARM release asset
5047 uses : softprops/action-gh-release@v1
5148 env :
5249 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5350 with :
54- upload_url : ${{ fromJson(steps.get_release_details.outputs.data).upload_url }}
55- asset_path : traefik-forward-auth_arm
56- asset_name : traefik-forward-auth_arm
57- asset_content_type : application/octet-stream
51+ file : traefik-forward-auth_arm
You can’t perform that action at this time.
0 commit comments