Skip to content

Commit

Permalink
upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
purplenicole730 committed Dec 19, 2024
1 parent febea97 commit b87c830
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ jobs:
- name: Copy
run: cp target/${{ matrix.target }}/release/libviam.dylib builds/libviam-${{ matrix.platform }}.dylib
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: builds
name: macos-builds-${{ matrix.platform }}
path: builds

build_linux:
Expand Down Expand Up @@ -153,9 +153,9 @@ jobs:
- name: Copy
run: cp target/${{ matrix.target }}/release/libviam.so builds/libviam-${{ matrix.platform }}.so
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: builds
name: linux-builds-${{ matrix.platform }}
path: builds

release:
Expand Down

0 comments on commit b87c830

Please sign in to comment.