Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I blame VSCode for the complete meltdown of my Git settings.. #21

Merged
merged 9 commits into from
May 14, 2024
Prev Previous commit
Next Next commit
Attempt to make paths for uploading artefacts work a bit more reliably.
  • Loading branch information
ProjectSynchro committed May 14, 2024
commit 899a10f792ac4367ecdb894389b4fff56eca6c32
4 changes: 2 additions & 2 deletions .github/workflows/website_check.yml
Original file line number Diff line number Diff line change
@@ -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
Loading