Skip to content

Commit

Permalink
update github actions upload artifact to handle symlinks properly
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomontero committed Oct 9, 2024
1 parent 78ba06a commit 534a8d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: |
./build-openocd.sh
- name: Publish OpenOCD packaged for mac
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@robherley/v4.4.2
with:
name: artifact-mac-14-arm-release
path: ./openocd
Expand All @@ -39,7 +39,7 @@ jobs:
run: |
./build-openocd.sh
- name: Publish OpenOCD packaged for mac
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@robherley/v4.4.2
with:
name: artifact-mac-12-release
path: ./openocd
Expand All @@ -57,7 +57,7 @@ jobs:
run: |
./build-openocd.sh
- name: Publish OpenOCD packaged for linux
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@robherley/v4.4.2
with:
name: artifact-linux-20-04-release
path: ./openocd
Expand All @@ -78,7 +78,7 @@ jobs:
run: |
./build-openocd.sh
- name: Publish OpenOCD packaged for windows
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@robherley/v4.4.2
with:
name: artifact-windows-release
path: ./openocd
Expand Down

0 comments on commit 534a8d3

Please sign in to comment.