Skip to content

Commit

Permalink
fix: testing cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
l-monninger authored Oct 12, 2023
1 parent ad4bc7d commit ba3afbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: $GITHUB_WORKSPACE/m1-with-submodules.tar.gz
asset_path: ./m1-with-submodules.tar.gz
asset_name: m1-with-submodules.tar.gz
asset_content_type: application/gzip

Expand Down

0 comments on commit ba3afbc

Please sign in to comment.