diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2025-05-24 20:57:25 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2025-05-24 20:57:25 +0000 |
commit | c3460f5936ecd12badea2809b0775e011dfff9db (patch) | |
tree | df9fe0eff4a8aee8a1a3c056e05baeecf7b8c5b5 | |
parent | 27bcb1e5d16817e25430e30ebe57881f3251b3b0 (diff) | |
download | redmine-c3460f5936ecd12badea2809b0775e011dfff9db.tar.gz redmine-c3460f5936ecd12badea2809b0775e011dfff9db.zip |
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
-rw-r--r-- | .github/workflows/tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f41ddc5ff..fa8b61666 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -98,6 +98,6 @@ jobs: if: always() uses: actions/upload-artifact@v4 with: - name: system-test-screenshots-ruby3.4-sqlite3 + name: system-test-screenshots path: tmp/screenshots if-no-files-found: ignore |