Skip to content

Commit

Permalink
Revert "Update cpp.yml"
Browse files Browse the repository at this point in the history
This reverts commit 97c683e.
  • Loading branch information
FreePhoenix888 committed Jun 7, 2022
1 parent 97c683e commit 0e0e4f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ jobs:
submodules: true
- name: Read package information
run: |
export REPOSITORY_NAME=$(basename ${{ github.event.repository.name }})
export REPOSITORY_NAME=$(basename ${{ github.repository }})
wget "$SCRIPTS_BASE_URL/read_cpp_package_info.sh"
bash ./read_cpp_package_info.sh
- name: Publish NuGet package
run: |
export REPOSITORY_NAME=$(basename ${{ github.event.repository.name }})
export REPOSITORY_NAME=$(basename ${{ github.repository }})
wget "$SCRIPTS_BASE_URL/push-cpp-nuget.sh"
bash ./push-cpp-nuget.sh
publiseRelease:
Expand All @@ -80,12 +80,12 @@ jobs:
submodules: true
- name: Read project information
run: |
export REPOSITORY_NAME=$(basename ${{ github.event.repository.name }})
export REPOSITORY_NAME=$(basename ${{ github.repository }})
wget "$SCRIPTS_BASE_URL/read_cpp_package_info.sh"
bash ./read_cpp_package_info.sh
- name: Publish release
run: |
export REPOSITORY_NAME=$(basename ${{ github.event.repository.name }})
export REPOSITORY_NAME=$(basename ${{ github.repository }})
wget "$SCRIPTS_BASE_URL/publish-release.sh"
chmod +x ./publish-release.sh
wget "$SCRIPTS_BASE_URL/publish-cpp-release.sh"
Expand Down

0 comments on commit 0e0e4f5

Please sign in to comment.