Skip to content

Commit 05bcf7c

Browse files
fix env props on env
1 parent d9c1c0f commit 05bcf7c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build-and-upload.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ jobs:
2525
with:
2626
java-version: '21'
2727
distribution: 'temurin'
28+
- name: Make env file for production
29+
uses: SpicyPizza/[email protected]
30+
with:
31+
directory: ./src/main/resources/config/
32+
file_name: .env.properties
33+
fail_on_empty: false
34+
sort_keys: false
2835

2936
# Configure Gradle for optimal use in GitHub Actions, including caching of downloaded dependencies.
3037
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md

0 commit comments

Comments
 (0)