We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91ccaad commit adf53bfCopy full SHA for adf53bf
1 file changed
.github/workflows/deploy.yml
@@ -35,7 +35,7 @@ jobs:
35
36
- name: Push to JFrog
37
run: |
38
- DEB_NAME = $(ls ./xbot2_interface-*-x86_64.deb)
39
- BASENAME = $(basename "$DEB_NAME")
+ DEB_NAME=$(ls ./xbot2_interface-*-x86_64.deb)
+ BASENAME=$(basename "$DEB_NAME")
40
echo "Pushing $DEB_NAME to /ubuntu/pool/main/$BASENAME"
41
jf rt u --deb=jammy/main/amd64 "$DEB_NAME" "/ubuntu/pool/main/$BASENAME"
0 commit comments