File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -111,15 +111,15 @@ jobs:
111111 $GIT_VERSION = git describe --tags --abbrev=7 --match="v*.*"
112112 echo "GIT_VERSION=$GIT_VERSION" >> $env:GITHUB_ENV
113113 7z a sdl-jstest-$GIT_VERSION.zip .\install\*
114- # Upload the zip as release
115- - name : Publish artifact
116- uses : ncipollo/release-action@v1
117- with :
118- artifacts : " sdl-jstest-$GIT_VERSION.zip"
119- allowUpdates : true
120- token : ${{ secrets.REPO_TOKEN }}
121- bodyFile : " ${{ github.workspace }}/RELEASE_NOTES.md"
122- name : " sdl2-jstest Windows $GIT_VERSION"
114+ # Upload the zip as release
115+ - name : Publish artifact
116+ uses : ncipollo/release-action@v1
117+ with :
118+ artifacts : " sdl-jstest-$GIT_VERSION.zip"
119+ allowUpdates : true
120+ token : ${{ secrets.REPO_TOKEN }}
121+ bodyFile : " ${{ github.workspace }}/RELEASE_NOTES.md"
122+ name : " sdl2-jstest Windows $GIT_VERSION"
123123
124124 reports :
125125 runs-on : ubuntu-22.04
You can’t perform that action at this time.
0 commit comments