Skip to content

Commit

Permalink
✏️ fixed action attempt #3
Browse files Browse the repository at this point in the history
  • Loading branch information
tgel0 committed Feb 11, 2024
1 parent 6c0d485 commit 510e8c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
- name: Archive Production Artifact
uses: actions/upload-artifact@master
with:
name: dist
path: dist
name: ${{ env.RESOURCE_DIR }}
path: ${{ env.RESOURCE_DIR }}

deploy:
name: Deploy
Expand All @@ -36,8 +36,8 @@ jobs:
- name: Download Artifact
uses: actions/download-artifact@master
with:
name: dist
path: dist
name: ${{ env.RESOURCE_DIR }}
path: ${{ env.RESOURCE_DIR }}
- name: Deploy to Firebase
uses: docker://w9jds/firebase-action:master
with:
Expand Down

0 comments on commit 510e8c5

Please sign in to comment.