Skip to content

Commit

Permalink
Upload artifact v4 for tags too
Browse files Browse the repository at this point in the history
  • Loading branch information
Beinsezii committed Feb 4, 2024
1 parent 279c3ce commit af5bb15
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_release_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Build Linux Release
run: cargo build --release
- name: Upload Linux Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: linux_so
path: target/release/libcolcon.so
Expand All @@ -22,7 +22,7 @@ jobs:
- name: Build MacOs Release
run: cargo build --release
- name: Upload MacOS Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: macos_dylib
path: target/release/libcolcon.dylib
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Build Windows Release
run: cargo build --release
- name: Upload Windows Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: windows_dll
path: target/release/colcon.dll

0 comments on commit af5bb15

Please sign in to comment.