Skip to content

Commit a8dfa7c

Browse files
Version 0.0.7
1 parent c975c28 commit a8dfa7c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ jobs:
5050
- name: Zip PJSIP bundle
5151
run: |
5252
cd ./pjsip-bundle
53-
zip -r ../pjsip-bundle-{{ steps.version.outputs.content }}.zip .
53+
zip -r ../pjsip-bundle-${{ steps.version.outputs.content }}.zip .
5454
5555
- name: Upload ZIP to GitHub Release
5656
# if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
5757
uses: softprops/action-gh-release@v2
5858
with:
5959
tag_name: 'v${{ steps.version.outputs.content }}'
60-
files: ./pjsip-bundle-{{ steps.version.outputs.content }}.zip
60+
files: ./pjsip-bundle-${{ steps.version.outputs.content }}.zip
6161
env:
6262
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.6
1+
0.0.7

0 commit comments

Comments
 (0)