Skip to content

Commit

Permalink
fix zip path and also upload test logs
Browse files Browse the repository at this point in the history
  • Loading branch information
christianspecht committed Jun 19, 2023
1 parent 184e62e commit daa8633
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,13 @@ jobs:
shell: pwsh
- name: Show tree
run: tree
- name: Upload artifact
- name: Upload application
uses: actions/upload-artifact@v3
with:
name: Application
path: .\release\scm-backup-*.zip
path: release/scm-backup-*.zip
- name: Upload test log
uses: actions/upload-artifact@v3
with:
name: Test log
path: src/ScmBackup.Tests.Integration/bin/Release/netcoreapp3.1/*.log

0 comments on commit daa8633

Please sign in to comment.