Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard committed Mar 5, 2020
2 parents 6a05e67 + 177ffdb commit a856bc0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ jobs:
export REPOSITORY_NAME=$(basename ${{ github.repository }})
wget "$SCRIPTS_BASE_URL/push-csharp-nuget.sh"
bash ./push-csharp-nuget.sh
- name: Read Cpp package information
if: github.event_name == 'push'
run: |
export REPOSITORY_NAME=$(basename ${{ github.repository }})
wget "$SCRIPTS_BASE_URL/read_cpp_package_info.sh"
bash ./read_cpp_package_info.sh
- name: Publish Cpp NuGet package
if: github.event_name == 'push'
run: |
Expand Down

0 comments on commit a856bc0

Please sign in to comment.