Skip to content

Commit

Permalink
added upload to jfrog job
Browse files Browse the repository at this point in the history
  • Loading branch information
dariuszSki committed Dec 3, 2024
1 parent c82f983 commit 53d8628
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,21 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
with:
file: ./${{ env.APP_NAME }}-${{ matrix.ziti_type }}_${{ needs.build_amd64_release.outputs.version }}_${{ matrix.goarch }}.${{ matrix.pkg_type }}
release_name: ${{ env.APP_NAME }}-${{ matrix.ziti_type }}_${{ needs.build_amd64_release.outputs.version }}_${{ matrix.distro_name }}_${{ matrix.goarch }}.${{ matrix.pkg_type }}
release_name: ${{ needs.build_amd64_release.outputs.version }}
tag: v${{ needs.build_amd64_release.outputs.version }}
# upload_jfrog:
# runs-on: ubuntu-22.04
# needs:
# - build_amd64_release
# - build_arm64_release
# - deploy_release
# strategy:
# matrix:
# goos: [linux]
# ziti_type: [router]
# goarch: [amd64, arm64]
# pkg_type: [deb]
# distro_name: [focal, jammy, noble]
# - name: Configure jFrog CLI
# if: ${{ matrix.pkg_type == 'deb'}} && ${{ matrix.ziti_type == 'router'}}
# uses: jfrog/setup-jfrog-cli@v4
Expand All @@ -183,3 +196,4 @@ jobs:
# --url https://netfoundry.jfrog.io/artifactory/
# --recursive=false
# --flat=true

0 comments on commit 53d8628

Please sign in to comment.