mirror of
https://github.com/maputnik/editor.git
synced 2026-02-15 00:50:02 +00:00
Fix desktop ci artifacts path (#896)
The `working-directory` option does not apply to the artifacts steps, so we have to specify the full paths
This commit is contained in:
6
.github/workflows/ci-desktop.yml
vendored
6
.github/workflows/ci-desktop.yml
vendored
@@ -37,16 +37,16 @@ jobs:
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: maputnik-linux
|
||||
path: bin/linux/
|
||||
path: ./desktop/bin/linux/
|
||||
|
||||
- name: Artifacts/darwin
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: maputnik-darwin
|
||||
path: bin/darwin/
|
||||
path: ./desktop/bin/darwin/
|
||||
|
||||
- name: Artifacts/windows
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: maputnik-windows
|
||||
path: bin/windows/
|
||||
path: ./desktop/bin/windows/
|
||||
|
||||
Reference in New Issue
Block a user