Skip to content

Commit 0e0e4f5

Browse files
Revert "Update cpp.yml"
This reverts commit 97c683e.
1 parent 97c683e commit 0e0e4f5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/cpp.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@ jobs:
6363
submodules: true
6464
- name: Read package information
6565
run: |
66-
export REPOSITORY_NAME=$(basename ${{ github.event.repository.name }})
66+
export REPOSITORY_NAME=$(basename ${{ github.repository }})
6767
wget "$SCRIPTS_BASE_URL/read_cpp_package_info.sh"
6868
bash ./read_cpp_package_info.sh
6969
- name: Publish NuGet package
7070
run: |
71-
export REPOSITORY_NAME=$(basename ${{ github.event.repository.name }})
71+
export REPOSITORY_NAME=$(basename ${{ github.repository }})
7272
wget "$SCRIPTS_BASE_URL/push-cpp-nuget.sh"
7373
bash ./push-cpp-nuget.sh
7474
publiseRelease:
@@ -80,12 +80,12 @@ jobs:
8080
submodules: true
8181
- name: Read project information
8282
run: |
83-
export REPOSITORY_NAME=$(basename ${{ github.event.repository.name }})
83+
export REPOSITORY_NAME=$(basename ${{ github.repository }})
8484
wget "$SCRIPTS_BASE_URL/read_cpp_package_info.sh"
8585
bash ./read_cpp_package_info.sh
8686
- name: Publish release
8787
run: |
88-
export REPOSITORY_NAME=$(basename ${{ github.event.repository.name }})
88+
export REPOSITORY_NAME=$(basename ${{ github.repository }})
8989
wget "$SCRIPTS_BASE_URL/publish-release.sh"
9090
chmod +x ./publish-release.sh
9191
wget "$SCRIPTS_BASE_URL/publish-cpp-release.sh"

0 commit comments

Comments
 (0)