Skip to content

Commit 59a1581

Browse files
committed
ci: Fix missing slash in ARTIFACTS_URL
Signed-off-by: Sergei Petrosian <[email protected]>
1 parent 8576e2a commit 59a1581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tft.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
${{ matrix.platform }}-${{ matrix.ansible_version }}_$DATETIME/artifacts"
124124
ARTIFACTS_TARGET_DIR=/srv/pub/alt/linuxsystemroles/logs
125125
ARTIFACTS_DIR=$ARTIFACTS_TARGET_DIR/$ARTIFACTS_DIR_NAME
126-
ARTIFACTS_URL=https://dl.fedoraproject.org/pub/alt/linuxsystemroles/logs$ARTIFACTS_DIR_NAME
126+
ARTIFACTS_URL=https://dl.fedoraproject.org/pub/alt/linuxsystemroles/logs/$ARTIFACTS_DIR_NAME
127127
echo "DATETIME=$DATETIME" >> $GITHUB_OUTPUT
128128
echo "ARTIFACTS_DIR=$ARTIFACTS_DIR" >> $GITHUB_OUTPUT
129129
echo "ARTIFACTS_URL=$ARTIFACTS_URL" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)