Skip to content

Commit

Permalink
try new path
Browse files Browse the repository at this point in the history
  • Loading branch information
SachaAvazashvili committed Sep 13, 2024
1 parent 7d736eb commit 4780d16
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: ${{ github.event.repository.name }}
path: '.'
path: ./${{ github.event.repository.name }}

- name: Prepare the production zip
run: |
Expand All @@ -97,13 +97,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: ${{ github.event.repository.name }}
path: '.'


- name: Download artifact
uses: actions/download-artifact@v4
with:
name: ${{ github.event.repository.name }}
path: ./${{ github.event.repository.name }}

- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v0
Expand Down

0 comments on commit 4780d16

Please sign in to comment.