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 7139763 commit 4f0581cCopy full SHA for 4f0581c
1 file changed
.github/workflows/ghcr.yml
@@ -61,14 +61,6 @@ jobs:
61
ARCH: ${{ matrix.arch == 'aarch64' && 'arm64' || 'amd64' }}
62
RELEASE: ${{ steps.version.outputs.HEPLIFY_VERSION }}
63
64
- - name: Upload Artifacts for ${{ matrix.arch }}
65
- if: ${{ github.event_name != 'workflow_dispatch' }}
66
- uses: skx/github-action-publish-binaries@master
67
- env:
68
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
69
- with:
70
- args: 'heplify-server*'
71
-
72
- name: Check PACKAGECLOUD secret presence
73
id: checkpackagecloud
74
shell: bash
0 commit comments