Skip to content

Commit

Permalink
python workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Géry Casiez committed Dec 14, 2024
1 parent 8e4cf06 commit 9f0d9c9
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/pythonBinding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:

workflow_run:
workflows: [Linux, macOS, Windows]
branches: [ master ]
types: [ completed ]
types:
- completed

jobs:

Expand All @@ -19,7 +19,6 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: ahmadnassri/action-workflow-run-wait@v1
- name: Install python
run: |
apt-get update
Expand Down Expand Up @@ -60,10 +59,9 @@ jobs:

- name: Copy files from artifacts
run: |
mkdir librairies
mkdir libraries/Linux
mkdir libraries/macOS
mkdir libraries/Windows
mkdir -p libraries/Linux
mkdir -p libraries/macOS
mkdir -p libraries/Windows
cp -r linux-artifact/pointing/libpointing.a libraries/Linux/
cp -r macOS-artifact/artifact/pointing/libpointing.a libraries/macOS/
Expand Down

0 comments on commit 9f0d9c9

Please sign in to comment.