Skip to content

Commit

Permalink
Attempt to make paths for uploading artefacts work a bit more reliably.
Browse files Browse the repository at this point in the history
  • Loading branch information
ProjectSynchro committed May 14, 2024
1 parent 4b81552 commit 899a10f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/website_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: naev-website-${{ github.sha }}-crashlog
path: ${{ github.workspace }}/*.log
path: ./*.log
if-no-files-found: warn

- name: Upload Website Artifacts
uses: actions/upload-artifact@v3
with:
name: naev-website-${{ github.sha }}
path: ${{ github.workspace }}/output/*
path: ./output/*
if-no-files-found: error

0 comments on commit 899a10f

Please sign in to comment.