Skip to content

Commit

Permalink
3
Browse files Browse the repository at this point in the history
  • Loading branch information
nheek committed Jan 28, 2024
1 parent 5a25905 commit 72a1b15
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,13 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2


- name: Upload .env file as artifact
uses: actions/upload-artifact@v2
with:
name: .env
path: .

- name: List files in the current working directory
run: |
ls -la
Expand Down

0 comments on commit 72a1b15

Please sign in to comment.