mirror of
https://github.com/zoriya/flood.git
synced 2025-12-06 07:16:18 +00:00
CI: do not use ignored dist-pkg path
This commit is contained in:
4
.github/workflows/publish-rolling.yml
vendored
4
.github/workflows/publish-rolling.yml
vendored
@@ -231,12 +231,12 @@ jobs:
|
||||
- uses: actions/download-artifact@v2
|
||||
with:
|
||||
name: flood-linux-arm64
|
||||
path: dist-pkg
|
||||
path: artifacts
|
||||
|
||||
- uses: actions/download-artifact@v2
|
||||
with:
|
||||
name: flood-linux-x64
|
||||
path: dist-pkg
|
||||
path: artifacts
|
||||
|
||||
- run: find .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user