Skip to content

Commit

Permalink
ls in windows/special_issues folder
Browse files Browse the repository at this point in the history
  • Loading branch information
joergi committed Apr 10, 2023
1 parent c06de4c commit 297128d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing-special-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
shell: pwsh
run: ./windows/magpi-special-issue-downloader.ps1
- name: lslah issues
run: Get-ChildItem –path D:\a\MagPiDownloader\MagPiDownloader\windows
run: Get-ChildItem –path D:\a\MagPiDownloader\MagPiDownloader\windows\special_issues
- name: "Check file existence Windows special"
id: check_files
uses: andstor/file-existence-action@v2.0.0
with:
files: "special_issues/Essentials_Games_v1.pdf"
files: "./windows/special_issues/Essentials_Games_v1.pdf"
fail: true
- name: File exists
if: steps.check_files.outputs.files_exists == 'false'
Expand Down

0 comments on commit 297128d

Please sign in to comment.