Skip to content

Commit

Permalink
Update subflow-native.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pkriens authored Oct 2, 2024
1 parent bef4c11 commit 0e2964d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/subflow-native.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
make -C org.alloytools.pardinus.native/native-code clean darwin copy
- uses: actions/upload-artifact@v4
with:
name: native
name: native-darwin
path: org.alloytools.pardinus.native/native/

linux-windows:
Expand All @@ -43,5 +43,5 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: native
name: native-linux-windows
path: org.alloytools.pardinus.native/native/

0 comments on commit 0e2964d

Please sign in to comment.