Skip to content

Commit

Permalink
fix: Make directory relative
Browse files Browse the repository at this point in the history
  • Loading branch information
dewald-els committed Jan 29, 2024
1 parent cd47519 commit 16cf885
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 @@ -28,7 +28,7 @@ jobs:
- name: copy env file
run: |
# Create env
touch ./build/.env
touch build/.env
echo SPOTIFY_CLIENT_ID=${{ secrets.SPOTIFY_CLIENT_ID }} >> .env
echo SPOTIFY_CLIENT_SECRET=${{ secrets.SPOTIFY_CLIENT_SECRET }} >> .env
working-directory: "build"
Expand Down

0 comments on commit 16cf885

Please sign in to comment.