mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-14 11:32:56 +01:00
Filter which artifacts get uploaded in the release job
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -587,6 +587,10 @@ jobs:
|
|||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
merge-multiple: true
|
merge-multiple: true
|
||||||
|
# Having multiple artifacts named the same might be onfusing to the users. Drop the unsigned versions
|
||||||
|
- name: Remove unsigned artifacts
|
||||||
|
run: |
|
||||||
|
rm -rf *unsigned*
|
||||||
- name: Concatenate sha1 files
|
- name: Concatenate sha1 files
|
||||||
run: |
|
run: |
|
||||||
ls -lR
|
ls -lR
|
||||||
|
|||||||
Reference in New Issue
Block a user