Skip to content

Commit

Permalink
test1
Browse files Browse the repository at this point in the history
  • Loading branch information
patel-bhavin committed Nov 2, 2023
1 parent 14b5ac5 commit 37e7884
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/validate-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ jobs:
run: |
cd contentctl
poetry run contentctl -p ../ build
mkdir ../artifacts
mv ../dist/DA-ESS-ContentUpdate-latest.tar.gz artifacts/
cd ..
mkdir artifacts
mv dist/DA-ESS-ContentUpdate-latest.tar.gz artifacts/
- name: store_artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 37e7884

Please sign in to comment.