Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Przepiorowski committed Feb 12, 2024
1 parent a98d3b8 commit 55a1535
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ jobs:
else
exit 1
fi
FILENAME="dxtoolkit2-${SOURCE_TAG}-redhat7-installer.tar.gz"
FILENAME="dxtoolkit2-${SOURCE_TAG}-amazon2023-installer.tar.gz"
echo SOURCE_TAG=$SOURCE_TAG >> $GITHUB_ENV
echo FILENAME=$FILENAME >> $GITHUB_ENV
Expand All @@ -451,7 +451,7 @@ jobs:

release:
runs-on: ubuntu-latest
needs: [centos6, centos7, windows, ubuntu, osx, amazon2023]
needs: [centos6, centos7, windows, ubuntu, osx, amazon2023, oel8, docker]
permissions:
contents: write
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ jobs:
else
exit 1
fi
FILENAME="dxtoolkit2-${SOURCE_TAG}-redhat7-installer.tar.gz"
FILENAME="dxtoolkit2-${SOURCE_TAG}-amazon2023-installer.tar.gz"
echo SOURCE_TAG=$SOURCE_TAG >> $GITHUB_ENV
echo FILENAME=$FILENAME >> $GITHUB_ENV
Expand Down

0 comments on commit 55a1535

Please sign in to comment.