From 991ad6af11edab1c6884bc0641c72290445267b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Chiotti?= <44336112+maelchiotti@users.noreply.github.com> Date: Sun, 24 Mar 2024 19:00:32 +0100 Subject: [PATCH] ci: fix web artifact --- .github/workflows/build_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_release.yml b/.github/workflows/build_release.yml index 0accad7..10d8e14 100644 --- a/.github/workflows/build_release.yml +++ b/.github/workflows/build_release.yml @@ -135,6 +135,6 @@ jobs: - name: Upload to releases uses: ncipollo/release-action@v1 with: - artifacts: 'Android/CPM_${{ needs.get_version.outputs.version }}.apk, Windows/CPM_${{ needs.get_version.outputs.version }}.exe, Web/web' + artifacts: 'Android/CPM_${{ needs.get_version.outputs.version }}.apk, Windows/CPM_${{ needs.get_version.outputs.version }}.exe, Web' token: ${{ secrets.GITHUB_TOKEN }} tag: "v${{ needs.get_version.outputs.version }}" \ No newline at end of file