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 e82e175 commit 1ce5131
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,12 @@ jobs:
crystal build src\cli.cr -o dist\coveralls --release --static --no-debug --progress -Dpreview_win32_delay_load
Write-Host "crystal env: " + $(crystal env)
- name: Copy dll
- run: cp "C:\ProgramData\chocolatey\lib\SQLite\tools\sqlite3.dll" dist\sqlite3.dll

- run: |
cd dist
tar -acf coveralls-windows.zip coveralls.exe "C:\ProgramData\chocolatey\lib\SQLite\tools\sqlite3.dll"
tar -acf coveralls-windows.zip coveralls.exe sqlite3.dll
- name: Upload exe
uses: actions/upload-artifact@v3
Expand All @@ -68,7 +71,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: sqlite3.dll
path: "C:\ProgramData\chocolatey\lib\SQLite\tools\sqlite3.dll"
path: dist/sqlite3.dll
if-no-files-found: error

- name: Upload zip
Expand Down

0 comments on commit 1ce5131

Please sign in to comment.