Skip to content

Commit

Permalink
Update trigger-native.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pkriens authored Oct 4, 2024
1 parent f188ffb commit a7e409d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/trigger-native.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@ jobs:

- uses: actions/download-artifact@v4
with:
path: org.alloytools.pardinus.native/native
merge-multiple: true
path: temp_native

- run: |
cp -rf temp_native/* org.alloytools.pardinus.native/native
rm -rf temp_native
git config user.name github-actions
git config user.email [email protected]
Expand Down

0 comments on commit a7e409d

Please sign in to comment.