File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ jobs:
18
18
- name : Zip Release
19
19
run : cd Resources && zip -r $FILENAME.zip *
20
20
env :
21
- FILENAME : ${{ github.event.repository.name }}_${{ steps.version.outputs.versionString }}
21
+ FILENAME : Dnn_Platform_ ${{ github.event.repository.name }}_${{ steps.version.outputs.versionString }}
22
22
23
23
- name : Create Release
24
24
uses : ncipollo/release-action@v1.6.1
25
25
with :
26
26
artifacts : Resources/*.zip
27
27
body : Dnn Language pack
28
- tag : ${{ steps.version.outputs.major }}.${{ steps.version.outputs.minor }}.${{ steps.version.outputs.patch }}
28
+ tag : v ${{ steps.version.outputs.major }}.${{ steps.version.outputs.minor }}.${{ steps.version.outputs.patch }}
29
29
# The Github token.
30
30
token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments