Skip to content

Commit bef141d

Browse files
authored
disable check
1 parent 32aeafc commit bef141d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
contents: write
6262
name: "Upload binaries to current release"
6363
runs-on: ubuntu-latest
64-
if: ${{ github.event_name == 'release' }}
64+
#if: ${{ github.event_name == 'release' }}
6565
needs: "build_appimage"
6666
steps:
6767
- uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)