Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: accommodate recent pymake changes #26

Merged
merged 7 commits into from
Feb 18, 2024
Prev Previous commit
Next Next commit
name artifacts by OS in test workflow
  • Loading branch information
wpbonelli committed Feb 18, 2024
commit d0513d717f5ec923fbad5ce3a4cfc5395e6fa23c
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ jobs:
- name: Upload programs
uses: actions/upload-artifact@v3
with:
name: programs
path: programs.zip
name: programs-${{ runner.os }}
path: programs-${{ runner.os }}.zip

- name: Upload metadata
if: runner.os == 'Linux'
Expand Down
Loading