Skip to content

Commit

Permalink
Artifacts go brrrr
Browse files Browse the repository at this point in the history
actions/upload-artifact is the most frustrating action.
  • Loading branch information
Smalls1652 committed Jan 12, 2024
1 parent a2dcd0b commit 0486e9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/csvimporter-create-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ jobs:
if: ${{ runner.os == 'Windows' }}
with:
name: "CsvImporter_win-x64_${{ github.sha }}"
path: build/CsvImporter/
path: build/CsvImporter/**/*

- 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/**/*

0 comments on commit 0486e9e

Please sign in to comment.