1
0
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:
Michał Janiszewski
2024-11-16 18:30:23 +01:00
parent 38a59d9831
commit edd82f968c

View File

@@ -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