Skip to content

Commit

Permalink
fix: Deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Bigismall committed Dec 8, 2024
1 parent e1730ff commit d2fd620
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ jobs:
name: production-files
path: ./dist

- name: Upload osmbuildings
uses: actions/upload-artifact@v4
with:
name: osmbuildings
path: ./osmbuildings


deploy:
name: Deploy
needs: build
Expand All @@ -38,6 +45,12 @@ jobs:
name: production-files
path: ./dist

- name: Download osmbuildings
uses: actions/download-artifact@v4
with:
name: osmbuildings
path: ./osmbuildings

- name: Display structure of downloaded files
run: ls -R
working-directory: ./dist
Expand Down

0 comments on commit d2fd620

Please sign in to comment.