Skip to content

Commit

Permalink
Update build&deploy-flow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
geneaky authored Aug 19, 2024
1 parent d51f599 commit ccadbef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build&deploy-flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: mkdir ./src/main/resources/firebase && echo '${{ env.FCM }}' > ./src/main/resources/firebase/bookchat-firebase-private.json

- name: Substitute Configuration File
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: application.yml
path: ./src/main/resources/application.yml
Expand Down

0 comments on commit ccadbef

Please sign in to comment.