1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-10-17 17:01:01 +00:00

Simplify artifact name (#42688).

Patch by Katsuya HIDAKA (user:hidakatsuya).

git-svn-id: https://svn.redmine.org/redmine/trunk@23793 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Marius Balteanu 2025-05-24 20:57:25 +00:00
parent 27bcb1e5d1
commit c3460f5936

View File

@ -98,6 +98,6 @@ jobs:
if: always() if: always()
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: system-test-screenshots-ruby3.4-sqlite3 name: system-test-screenshots
path: tmp/screenshots path: tmp/screenshots
if-no-files-found: ignore if-no-files-found: ignore