Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iurev authored Oct 4, 2023
1 parent 4e9d61a commit e82e175
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,22 @@ jobs:
- run: |
cd dist
tar -acf coveralls-windows.zip coveralls.exe
tar -acf coveralls-windows.zip coveralls.exe "C:\ProgramData\chocolatey\lib\SQLite\tools\sqlite3.dll"
- name: Upload exe
uses: actions/upload-artifact@v3
with:
name: coveralls-windows.exe
path: dist/coveralls.exe
if-no-files-found: error


- name: Upload sqlite3.dll
uses: actions/upload-artifact@v3
with:
name: sqlite3.dll
path: "C:\ProgramData\chocolatey\lib\SQLite\tools\sqlite3.dll"
if-no-files-found: error

- name: Upload zip
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit e82e175

Please sign in to comment.