Skip to content

Commit

Permalink
meetup 7/11/24
Browse files Browse the repository at this point in the history
  • Loading branch information
Masterjx9 committed Jul 12, 2024
1 parent 5d5745d commit 3840ff2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,13 @@ jobs:
run: |
cd dist
Compress-Archive -Path manage -DestinationPath manage-windows.zip
Write-Host "Current Directory: $(Get-Location)"
Get-ChildItem -Path manage-windows.zip
Move-Item -Path manage-windows.zip -Destination $env:GITHUB_WORKSPACE
Write-Host "Files in $env:GITHUB_WORKSPACE:"
Get-ChildItem -Path $env:GITHUB_WORKSPACE


- name: Upload artifact
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 3840ff2

Please sign in to comment.