Skip to content

Commit

Permalink
update root cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
ksentak committed Aug 22, 2024
1 parent 3517d72 commit c6cf42e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
dpkg
- name: Add toolchain for GCC 9
run: add-apt-repository ppa:ubuntu-toolchain-r/test && apt-get update
run: sudo add-apt-repository ppa:ubuntu-toolchain-r/test && apt-get update

- name: Install cross compilation tools
run: |
Expand Down Expand Up @@ -123,9 +123,9 @@ jobs:
run: |
.github/workflows/utils.sh buildCoreCPPSDK $RELEASE_VERSION
- name: Upload SDK artifact
if: success()
uses: actions/upload-artifact@v3
with:
name: core-sdk
path: firebolt-apis/src/sdks/core/build/cpp/src/*.tgz
# - name: Upload SDK artifact
# if: success()
# uses: actions/upload-artifact@v3
# with:
# name: core-sdk
# path: firebolt-apis/src/sdks/core/build/cpp/src/*.tgz

0 comments on commit c6cf42e

Please sign in to comment.