mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-21 09:05:10 -07:00
fix upload path for linux/docker + comments
This commit is contained in:
parent
163098b0a8
commit
1118c26a5c
3 changed files with 13 additions and 12 deletions
2
.github/workflows/desktop-build.yml
vendored
2
.github/workflows/desktop-build.yml
vendored
|
|
@ -227,7 +227,7 @@ jobs:
|
|||
with:
|
||||
archive: false
|
||||
if-no-files-found: error
|
||||
path: ${{ steps.build.outputs.package_path }}
|
||||
path: ${{ steps.build.outputs.package }} # package is resolved against workspace (container path /= host path)
|
||||
|
||||
- name: "Upload to release"
|
||||
id: upload_release
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue