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.
2 parents c8beea5 + 7ae167b commit 65e03e1Copy full SHA for 65e03e1
1 file changed
.github/workflows/release.yaml
@@ -44,6 +44,16 @@ jobs:
44
dockerhub-token: ${{ secrets.DOCKERHUB_TOKEN }}
45
ghcr-token: ${{ secrets.GITHUB_TOKEN }}
46
47
+ - name: 'Re-upload PHAR artifact without Dockerfile'
48
+ uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
49
+ with:
50
+ name: ${{ steps.phar.outputs.artifact-name }}
51
+ path: |
52
+ ${{ env.PHAR_FILE }}
53
+ ${{ env.PHAR_FILE }}.asc
54
+ if-no-files-found: error
55
+ overwrite: true
56
+
57
docs:
58
name: 'Build and deploy documentation'
59
runs-on: ubuntu-latest
0 commit comments