1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-21 01:33:25 +02:00

(v2.1.1.9213) snapshots

This commit is contained in:
2025-03-16 13:41:08 +01:00
parent 7a39439fa9
commit c614d66495
5 changed files with 4 additions and 8 deletions

View File

@ -94,10 +94,6 @@ jobs:
with:
upload-snapshots: true
build_args: 'c("--no-manual","--compact-vignettes=gs+qpdf")'
- name: List all files in check directory
run: |
find /Users/runner/work/AMR/AMR/check -type f
- uses: actions/upload-artifact@v4
with:

View File

@ -85,7 +85,7 @@ jobs:
rm -rf PythonPackage
git init
git remote add origin https://github.com/msberends/AMR
git remote add origin https://$GITHUB_PAT@github.com/msberends/AMR
git checkout --orphan python-wrapper
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"