We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32aeafc commit bef141dCopy full SHA for bef141d
.github/workflows/ci.yaml
@@ -61,7 +61,7 @@ jobs:
61
contents: write
62
name: "Upload binaries to current release"
63
runs-on: ubuntu-latest
64
- if: ${{ github.event_name == 'release' }}
+ #if: ${{ github.event_name == 'release' }}
65
needs: "build_appimage"
66
steps:
67
- uses: actions/download-artifact@v4
0 commit comments