Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge to main #73

Merged
merged 11 commits into from
Oct 25, 2023
Prev Previous commit
add step to checkout repo in Create Release job
  • Loading branch information
nam20485 committed Oct 25, 2023
commit b446e8d7050d91e8d8ba7ed83cf25a99e11cc209
10 changes: 7 additions & 3 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
@@ -47,8 +47,9 @@ jobs:
# preset: python-linux-release

steps:

- uses: actions/checkout@v3

- name: Checkout Repository
uses: actions/checkout@v3

# add problem matchers by compiler
- name: Add Problem Matchers
@@ -190,6 +191,9 @@ jobs:

steps:

- name: Checkout Repository
uses: actions/checkout@v3

# download the artifacts
- name: "Download artifacts"
uses: "actions/download-artifact@v2"
@@ -212,7 +216,7 @@ jobs:
mv ${{ github.workspace }}/artifacts/macos-12-artifacts/artifacts-macos-12.zip ${{ github.workspace }}/artifacts/OdbDesign-MacOS-x64.zip

# create a release
- name: "Create GH Release"
- name: "Create GitHub Release"
uses: "actions/github-script@v6"
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"