Skip to content

Commit

Permalink
attempt 501
Browse files Browse the repository at this point in the history
  • Loading branch information
ianopolous committed Jan 20, 2025
1 parent f29f30c commit f5f7ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/native-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: cd packager && java PackagePeergos.java
- name: Extract env var
if: runner.os == 'Windows'
run: type artifact | Out-File -FilePath $env:GITHUB_ENV -Append
run: type packager\artifact | Out-File -FilePath $env:GITHUB_ENV -Append
- name: Upload package artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit f5f7ec0

Please sign in to comment.