mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-11 01:52:32 +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
|
||||
with:
|
||||
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
|
||||
run: |
|
||||
ls -lR
|
||||
|
||||
Reference in New Issue
Block a user