Skip to content

Commit

Permalink
change workflow name for upload directory
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarts74 committed Jul 25, 2024
1 parent 2454333 commit 92e999a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Extract UPLOAD_MODE from .env
run: echo "UPLOAD_MODE=$(grep '^[^#]*UPLOAD_MODE' .env | cut -d '=' -f2)" >> $GITHUB_ENV

- name: Extract UPLOAD DIRECTORY from .env
- name: Extract UPLOAD DIRECTORY from Github
run: echo "UPLOAD_DIRECTORY=${{ github.actor }}-${{ github.event.repository.name }}" >> $GITHUB_ENV

- name: Create or update .env file
Expand Down

0 comments on commit 92e999a

Please sign in to comment.