Skip to content

Commit

Permalink
ci(github): remove upload-artifact from workflow build.yml
Browse files Browse the repository at this point in the history
```
Error: Invalid pattern '../dist'. Relative pathing '.' and '..' is not allowed.
```

actions/upload-artifact#176
  • Loading branch information
remarkablemark committed Jul 1, 2024
1 parent a189547 commit 89cb0e9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,3 @@ jobs:
with:
branch: gh-pages
folder: ../dist

- name: Upload artifacts
if: github.ref_name == 'master'
uses: actions/upload-artifact@v4
with:
name: web_build
path: ../dist

0 comments on commit 89cb0e9

Please sign in to comment.