Skip to content

Commit 20b796d

Browse files
committed
CI fix
1 parent 5ebb4a5 commit 20b796d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Publish artifact
6666
uses: ncipollo/release-action@v1
6767
with:
68-
artifacts: "sdl-jstest-v0.2.zip"
68+
artifacts: "sdl-jstest-v0.2.zip"
6969
allowUpdates: true
7070
token: ${{ secrets.REPO_TOKEN }}
7171
bodyFile: "${{ github.workspace }}/RELEASE_NOTES.md"

0 commit comments

Comments
 (0)