Skip to content

Commit 19112a8

Browse files
committed
CI fix
1 parent 14d6a4c commit 19112a8

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)