Skip to content

Commit

Permalink
👷 Fix syntax error in publish.yml for environment variable creation
Browse files Browse the repository at this point in the history
  • Loading branch information
pitzzahh committed Jan 11, 2025
1 parent 8e836ef commit 10e4265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Create env file
run: |
touch .env
echo APP_PASS_PHRASE=${{ secrets.APP_PASS_PHRASE } >> .env
echo APP_PASS_PHRASE=${{ secrets.APP_PASS_PHRASE }} >> .env
echo FILE_ENCRYPTION_SALT=${{ secrets.FILE_ENCRYPTION_SALT }} >> .env
cat .env
- name: Build Tauri app
Expand Down

0 comments on commit 10e4265

Please sign in to comment.