Skip to content

Commit

Permalink
add s to url
Browse files Browse the repository at this point in the history
  • Loading branch information
burak-58 committed Dec 30, 2024
1 parent 0c64b8f commit e9658e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/new_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v2

- name: Get versions data from repo
run: wget -O maven-metadata.xml https://oss.sonatype.org/service/local/repositories/release/content/io/antmedia/webrtc/ConferenceCall/maven-metadata.xml
run: wget -O maven-metadata.xml https://oss.sonatype.org/service/local/repositories/releases/content/io/antmedia/webrtc/ConferenceCall/maven-metadata.xml

- name: Download war File
run: |
Expand Down

0 comments on commit e9658e9

Please sign in to comment.