Skip to content

Commit 65e03e1

Browse files
Merge pull request #653 from eliashaeussler/fix/dockerfile
[BUGFIX] Exclude `Dockerfile` from release assets
2 parents c8beea5 + 7ae167b commit 65e03e1

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,16 @@ jobs:
4444
dockerhub-token: ${{ secrets.DOCKERHUB_TOKEN }}
4545
ghcr-token: ${{ secrets.GITHUB_TOKEN }}
4646

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+
4757
docs:
4858
name: 'Build and deploy documentation'
4959
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)