Skip to content

Commit

Permalink
try fix upload artifacts (#296)
Browse files Browse the repository at this point in the history
Signed-off-by: sriv <srikanth.ddit@gmail.com>
  • Loading branch information
sriv committed Jan 24, 2024
1 parent 1529dec commit 152fc45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
release_description=$(ruby -e "$(curl -sSfL https://github.com/getgauge/gauge/raw/master/build/create_release_text.rb)" getgauge html-report)
echo "$release_description" >> desc.txt
echo "Creating new draft for release v$version"
gh release create "v$version" -F ./desc.txt $artifacts/**
gh release create "v$version" -F ./desc.txt $artifacts
- name: Update metadata in gauge-repository
run: |
Expand Down

0 comments on commit 152fc45

Please sign in to comment.