Skip to content

Commit

Permalink
Attempting to fix... again
Browse files Browse the repository at this point in the history
  • Loading branch information
Smalls1652 committed Jan 12, 2024
1 parent 0486e9e commit 45631bc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/csvimporter-create-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,13 @@ jobs:
if: ${{ runner.os == 'Windows' }}
with:
name: "CsvImporter_win-x64_${{ github.sha }}"
path: build/CsvImporter/**/*
path: ./build/CsvImporter/**/*
if-no-files-found: error

- name: Create artifact (Linux)
uses: actions/upload-artifact@v4
if: ${{ runner.os == 'Linux' }}
with:
name: "CsvImporter_linux-x64_${{ github.sha }}"
path: build/CsvImporter/**/*
path: ./build/CsvImporter/**/*
if-no-files-found: error

0 comments on commit 45631bc

Please sign in to comment.