Skip to content

Commit

Permalink
Remove trailing /
Browse files Browse the repository at this point in the history
Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
  • Loading branch information
brianjmurrell committed Dec 4, 2024
1 parent 2928fa6 commit 9d1b5a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rpm-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ jobs:
--build-arg REPO_FILE_URL=$REPO_FILE_URL \
--build-arg UID=$(id -u) \
--build-arg FVERSION=${{ env.FVERSION }} \
--build-arg PACKAGINGDIR=${{ inputs.PACKAGING_DIR }}/packaging/ \
--build-arg PACKAGINGDIR=${{ inputs.PACKAGING_DIR }}/packaging \
--tag mock-build \
${{ inputs.PACKAGING_DIR }}
- name: Build RPM
Expand Down

0 comments on commit 9d1b5a2

Please sign in to comment.