Skip to content

Commit

Permalink
chore: Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Yushu2606 authored Mar 2, 2024
1 parent 0b2fc89 commit 7f1b2ec
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
- name: Upload Artifact
uses: actions/[email protected]
with:
path: build/liblayer.so
path: build/libexport.so
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
with:
prerelease: ${{ github.event.inputs.prerelease }}
tag: ${{ github.event.inputs.version }}
artifacts: build/liblayer.so
artifacts: build/libexport.so
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ cmake_minimum_required(VERSION 3.26)
set(CMAKE_CXX_STANDARD 23)
set(CMAKE_CXX_COMPILER clang++)

project(layer)
project(export)

add_library(layer SHARED src/layer.cpp)
add_library(export SHARED src/export.cpp)
File renamed without changes.

0 comments on commit 7f1b2ec

Please sign in to comment.