Skip to content

Commit

Permalink
Give unique ids for upload process
Browse files Browse the repository at this point in the history
  • Loading branch information
plenarius committed Oct 31, 2020
1 parent 2fc038f commit a591f3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
echo ::set-output name=upload_url::$upload_url
- name: Upload Binaries to Release
id: upload_to_release
id: upload_binaries_to_release
uses: actions/upload-release-asset@v1.0.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -145,7 +145,7 @@ jobs:
asset_content_type: application/zip

- name: Upload Scripts to Release
id: upload_to_release
id: upload_scripts_to_release
uses: actions/upload-release-asset@v1.0.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit a591f3f

Please sign in to comment.