Skip to content

Commit

Permalink
Fix duplicate ID
Browse files Browse the repository at this point in the history
  • Loading branch information
kesmit13 authored May 17, 2024
1 parent be2eab5 commit 0e3259e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@ jobs:
asset_path: ./notebooks-stripped.zip
asset_name: notebooks-stripped.zip
asset_content_type: application/zip

- name: Upload Full Asset
id: upload-stripped-asset
id: upload-full-asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 0e3259e

Please sign in to comment.