From 81b582cdec654d92158aa0d688218a1330988585 Mon Sep 17 00:00:00 2001 From: Evgeny Date: Wed, 4 Sep 2024 10:48:37 +0200 Subject: [PATCH] dev release --- .github/workflows/dev-release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dev-release.yml b/.github/workflows/dev-release.yml index 207bb3e..5f28d9b 100644 --- a/.github/workflows/dev-release.yml +++ b/.github/workflows/dev-release.yml @@ -68,8 +68,8 @@ jobs: - name: Create tag run: | - git tag ${{ steps.set_tag_name.outputs.tag_name }} - git push --tags + git tag ${{ steps.set_tag_name.outputs.tag_name }} -f + git push --tags -f - uses: ncipollo/release-action@v1 with: @@ -77,4 +77,4 @@ jobs: skipIfReleaseExists: true prerelease: true artifactErrorsFailBuild: true - artifacts: artifacts/**/*/* \ No newline at end of file + artifacts: artifacts/**/*.{AppImage,exe,dmg,jar} \ No newline at end of file