Add .env.example to release (#984)

This commit is contained in:
2025-06-10 14:05:25 +02:00
committed by GitHub
parent 4029f4bb43
commit d6c5e5281d
2 changed files with 6 additions and 9 deletions
+3 -6
View File
@@ -19,12 +19,9 @@ jobs:
VERSION=${VERSION%.*} # Remove minor version
sed "s/edge/$VERSION/" -i docker-compose.yml
- uses: actions/upload-artifact@v4
with:
name: docker-compose.yml
path: ./docker-compose.yml
- name: Upload release artifacts
uses: softprops/action-gh-release@v2
with:
files: ./docker-compose.yml
files: |
./docker-compose.yml
./.env.example