Skip to content

Commit

Permalink
Quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
carlpartridge committed Feb 6, 2025
1 parent e7232a7 commit c353468
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/package-rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
ref: ${{ inputs.release_version }}
- name: Build and package RPMs
run: |
SLIM_VERSION = echo ${{ inputs.release_version }} | sed 's/.*\\///'`
export SLIM_VERSION=`echo ${{ inputs.release_version }} | sed 's/.*\///'`
echo $SLIM_VERSION
cp $BCDA_GPG_PUB_KEY ops/$GPG_PUB_KEY_FILE
cp $BCDA_GPG_SEC_KEY ops/$GPG_SEC_KEY_FILE
# Remove any slashes - we don't want RPM to contain slash
Expand Down

0 comments on commit c353468

Please sign in to comment.