Skip to content

Commit adf53bf

Browse files
committed
jfc
1 parent 91ccaad commit adf53bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Push to JFrog
3737
run: |
38-
DEB_NAME = $(ls ./xbot2_interface-*-x86_64.deb)
39-
BASENAME = $(basename "$DEB_NAME")
38+
DEB_NAME=$(ls ./xbot2_interface-*-x86_64.deb)
39+
BASENAME=$(basename "$DEB_NAME")
4040
echo "Pushing $DEB_NAME to /ubuntu/pool/main/$BASENAME"
4141
jf rt u --deb=jammy/main/amd64 "$DEB_NAME" "/ubuntu/pool/main/$BASENAME"

0 commit comments

Comments
 (0)