Skip to content

Commit

Permalink
ci(cc): fix - upload-artifact does not use relative paths
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffreyvanwyk committed Aug 15, 2024
1 parent d00fb17 commit 522e639
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,12 @@ jobs:
run: |
cd ..
cookiecutter --no-input cookiecutter-laravel-package
mv laravel-potjiekos cookiecutter-laravel-package
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
path: ../laravel-potjiekos
path: laravel-potjiekos
name: laravel-potjiekos
retention-days: 1

Expand All @@ -83,7 +84,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: laravel-potjiekos
path: ../laravel-potjiekos
path: laravel-potjiekos

- name: Set up Go
uses: actions/setup-go@v4
Expand Down

0 comments on commit 522e639

Please sign in to comment.