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 a32bc35 commit 1177556Copy full SHA for 1177556
1 file changed
.github/workflows/build.yaml
@@ -76,6 +76,7 @@ jobs:
76
./dist/bin/kupo +RTS --info -RTS
77
78
- name: 📎 Upload Artifact
79
+ if: ${{ github.event_name == 'push' }}
80
uses: actions/upload-artifact@v4
81
with:
82
name: kupo-${{ steps.tag.outputs.value }}-${{ matrix.arch }}-${{ matrix.os }}
@@ -84,6 +85,7 @@ jobs:
84
85
dist/share
86
87
docker:
88
89
needs: [ build ]
90
91
strategy:
0 commit comments