Skip to content

Commit

Permalink
fix: update upload script to use 'find .' for deb builds in prereleas…
Browse files Browse the repository at this point in the history
…e workflow
  • Loading branch information
arrowplum committed Jan 9, 2025
1 parent 5900d70 commit 516e30b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ jobs:
JF_PROJECT: ${{ env.JFROG_CLI_BUILD_PROJECT }}
- name: "Upload deb builds to JFrog"
run: |
cd asvec-artifacts
find .
for file in ${{needs.build.outputs.deb-artifacts}}; do
if [[ "$file" == *.deb ]]; then
arch=$(dpkg --info "$file" | grep 'Architecture' | awk '{print $2}')
Expand Down

0 comments on commit 516e30b

Please sign in to comment.