Skip to content

Commit

Permalink
fixed name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dariuszSki committed Dec 3, 2024
1 parent c6fddc1 commit ce0cae8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
id: version

- name: Deb directory
run: echo "deb_dir=${{ env.APP_NAME }}-${{ steps.version.outputs.version }}_${{ matrix.goarch }}" >> $GITHUB_OUTPUT
run: echo "deb_dir=${{ env.APP_NAME }}_${{ steps.version.outputs.version }}_${{ matrix.goarch }}" >> $GITHUB_OUTPUT
id: deb_dir

- name: Deb Object File
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
curl -Ls "$(jq -r .browser_download_url <<< "$asset")" -H "Accept: application/vnd.github.v3+json" --output ./"$(jq -r .name <<< "$asset")"
ls -l ./
# jf rt upload /
# ./${{ env.APP_NAME }}-${{ needs.build_amd64_release.outputs.version }}.${{ matrix.goarch }}.${{ matrix.pkg_type }} /
# ./${{ env.APP_NAME }}_${{ needs.build_amd64_release.outputs.version }}.${{ matrix.goarch }}.${{ matrix.pkg_type }} /
# netfoundry-deb-stable/pool/zfw-zet/${{ matrix.distro_name }}/${{ matrix.goarch }} /
# --deb=${{ matrix.distro_name }}/main/${{ matrix.goarch }} /
# --url https://netfoundry.jfrog.io/artifactory/ /
Expand Down
2 changes: 1 addition & 1 deletion files/config.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.0.2"
"version": "0.0.3"
}

0 comments on commit ce0cae8

Please sign in to comment.