This is an automated email from the ASF dual-hosted git repository. engelen pushed a commit to branch test-key-format in repository https://gitbox.apache.org/repos/asf/pekko.git
commit 19a5186187dd0e7200888a8684a833590ad16c19 Author: Arnout Engelen <[email protected]> AuthorDate: Tue Nov 11 09:24:08 2025 +0100 add only individual files, not the directory --- .github/workflows/stage-release-candidate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stage-release-candidate.yml b/.github/workflows/stage-release-candidate.yml index e9fc27666f..5afcb43070 100644 --- a/.github/workflows/stage-release-candidate.yml +++ b/.github/workflows/stage-release-candidate.yml @@ -99,7 +99,7 @@ jobs: mkdir $RC_VERSION cp ../archive/* $RC_VERSION - svn add $RC_VERSION $RC_VERSION/* + svn add $RC_VERSION/* svn commit --username $PEKKO_SVN_DEV_USERNAME --password $PEKKO_SVN_DEV_PASSWORD --message "Stage Pekko $RC_VERSION" $RC_VERSION env: PEKKO_SVN_DEV_USERNAME: ${{ secrets.PEKKO_SVN_DEV_USERNAME }} --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
