Skip to content

Commit

Permalink
correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
sdcb committed Feb 3, 2025
1 parent 411efd1 commit cbeac2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ jobs:
cp gmp-${GMP_VERSION}/.libs/*.lib ./artifacts/misc || true
cp gmp-${GMP_VERSION}/.libs/*.def ./artifacts/misc || true
cp gmp-${GMP_VERSION}/.libs/*.lai ./artifacts/misc
cp gmp-${GMP_VERSION}/factorial_gmp.exe ./artifacts/test
cp factorial_gmp.exe ./artifacts/test
- name: Upload Artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit cbeac2d

Please sign in to comment.