Skip to content

Commit

Permalink
fix: remove unnecessary directory change in prerelease workflow for R…
Browse files Browse the repository at this point in the history
…PM uploads
  • Loading branch information
arrowplum committed Jan 9, 2025
1 parent 516e30b commit 2bc9a93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/create-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,6 @@ jobs:
- name: "Upload rpm builds to JFrog"
run: |
cd asvec-artifacts
for file in *; do
if [[ "$file" == *.rpm ]]; then
arch=$(rpm -q --qf "%{ARCH}" -p "$file")
Expand Down

0 comments on commit 2bc9a93

Please sign in to comment.