mirror of
https://code.forgejo.org/actions/upload-artifact.git
synced 2025-05-24 01:44:45 +00:00
Actually fix tests
This commit is contained in:
parent
4de13a2b12
commit
cfc46d10b1
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -157,8 +157,8 @@ jobs:
|
|||
|
||||
- name: 'Verify Artifact #4'
|
||||
run: |
|
||||
$file1 = "multi/artifact/path/to/dir-1/file1.txt"
|
||||
$file2 = "multi/artifact/path/to/dir-2/file2.txt"
|
||||
$file1 = "multi/artifact/dir-1/file1.txt"
|
||||
$file2 = "multi/artifact/dir-2/file2.txt"
|
||||
if(!(Test-Path -path $file1) -or !(Test-Path -path $file2))
|
||||
{
|
||||
Write-Error "Expected files do not exist"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue