Skip to content

Commit

Permalink
modelディレクトリができてしまった
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Sep 9, 2023
1 parent 2359609 commit 887d615
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ jobs:
${{ env.ASSET_NAME }}.zip
target_commitish: ${{ github.sha }}

deploy_vvm:
deploy_model:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -402,8 +402,8 @@ jobs:
run: echo "ASSET_NAME=model-${{ env.VERSION }}" >> "$GITHUB_ENV"
- name: Create artifact
run: |
mkdir -p "artifact/${{ env.ASSET_NAME }}"
cp -vr model "artifact/${{ env.ASSET_NAME }}/"
mkdir "artifact"
mv model "artifact/${{ env.ASSET_NAME }}/"
- name: Archive artifact
run: |
cd artifact
Expand Down

0 comments on commit 887d615

Please sign in to comment.