Skip to content

Commit

Permalink
ci: update fury uploading
Browse files Browse the repository at this point in the history
  • Loading branch information
cpunion committed Mar 9, 2024
1 parent 724c142 commit 98b0aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Upload deb/rpm to Fury.io
if: env.IS_PRERELEASE != 'true'
run: |
for file in dist/*.{deb,rpm}
for file in .dist/*.{deb,rpm}
do
echo "Uploading $file to Fury.io"
CODE=`curl --write-out '%{http_code}' --output /dev/null -sS -F package=@$file https://$FURY_TOKEN@push.fury.io/$GITHUB_REPOSITORY_OWNER/`
Expand Down

0 comments on commit 98b0aef

Please sign in to comment.