Skip to content

Commit

Permalink
[struc] reorganizing the entire Project
Browse files Browse the repository at this point in the history
  • Loading branch information
MunsMan committed Mar 30, 2023
1 parent 8637071 commit d5010d1
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 2 deletions.
File renamed without changes.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:

- name: Build
run: |
cd source
rustup target add x86_64-unknown-linux-musl
cargo build --release --bin container --target x86_64-unknown-linux-musl
mv target/x86_64-unknown-linux-musl/release/container target/release/container_x86_64
Expand All @@ -43,7 +42,7 @@ jobs:
uses: devcontainers/action@v1
with:
publish-features: "true"
base-path-to-features: "./src"
base-path-to-features: "./feature/src"
generate-docs: "true"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d5010d1

Please sign in to comment.