Skip to content

Commit

Permalink
use powershell
Browse files Browse the repository at this point in the history
  • Loading branch information
t0mdavid-m committed Nov 20, 2024
1 parent ff81a6f commit 0f21a8f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/debug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,10 @@ jobs:
dir
- name: Move All Files to Folder
shell: powershell
run: |
mkdir artifact_folder
move * artifact_folder
New-Item -ItemType Directory -Force -Path artifact_folder
Get-ChildItem -File | ForEach-Object { Move-Item $_.FullName artifact_folder }
- name: Upload Artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 0f21a8f

Please sign in to comment.