Skip to content

Commit

Permalink
Update artifact-test-demo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gweinjc committed Nov 2, 2023
1 parent e7d8388 commit b5eed61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/artifact-test-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
- name: Meow
shell: pwsh
run: |
Write-Host "meow"
$cat = "Meow"
$cat | Out-File -Path /home/runner/.local/share/powershell/Modules/meow.json
- name: Archive artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit b5eed61

Please sign in to comment.