Skip to content

Commit 55a1535

Browse files
author
Marcin Przepiorowski
committed
build fix
1 parent a98d3b8 commit 55a1535

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ jobs:
424424
else
425425
exit 1
426426
fi
427-
FILENAME="dxtoolkit2-${SOURCE_TAG}-redhat7-installer.tar.gz"
427+
FILENAME="dxtoolkit2-${SOURCE_TAG}-amazon2023-installer.tar.gz"
428428
echo SOURCE_TAG=$SOURCE_TAG >> $GITHUB_ENV
429429
echo FILENAME=$FILENAME >> $GITHUB_ENV
430430
@@ -451,7 +451,7 @@ jobs:
451451

452452
release:
453453
runs-on: ubuntu-latest
454-
needs: [centos6, centos7, windows, ubuntu, osx, amazon2023]
454+
needs: [centos6, centos7, windows, ubuntu, osx, amazon2023, oel8, docker]
455455
permissions:
456456
contents: write
457457
steps:

.github/workflows/develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ jobs:
510510
else
511511
exit 1
512512
fi
513-
FILENAME="dxtoolkit2-${SOURCE_TAG}-redhat7-installer.tar.gz"
513+
FILENAME="dxtoolkit2-${SOURCE_TAG}-amazon2023-installer.tar.gz"
514514
echo SOURCE_TAG=$SOURCE_TAG >> $GITHUB_ENV
515515
echo FILENAME=$FILENAME >> $GITHUB_ENV
516516

0 commit comments

Comments
 (0)