Skip to content

Commit

Permalink
Merge pull request #3299 from LibreSign/backport/3298/stable28
Browse files Browse the repository at this point in the history
[stable28] fix: write env to file
  • Loading branch information
vitormattos authored Jul 8, 2024
2 parents 76fa0df + d434fa2 commit dd28142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ appstore:
--admin-pass admin; \
$(occ) --version; \
$(occ) app:enable --force libresign; \
echo '${{ secrets.APP_PRIVATE_KEY }}' > $(cert_dir)/$(app_name).key ; \
printf '%s\n' "$$APP_PRIVATE_KEY" > $(cert_dir)/$(app_name).key ; \
echo "🏁 Setup finished"; \
fi

Expand Down

0 comments on commit dd28142

Please sign in to comment.