Skip to content

Commit

Permalink
fix: try this
Browse files Browse the repository at this point in the history
  • Loading branch information
johnson2427 committed Oct 17, 2024
1 parent 60083f6 commit eb9d36a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,20 +53,20 @@ jobs:
pip install -r requirements.txt
silverback build --generate
- name: Upload Generated Files as Artifact
if: steps.check_dir.outputs.directory_exists == 'false'
uses: actions/upload-artifact@v4
with:
name: generated-files
path: ${{ env.TARGET_DIR }}/Dockerfile.*

- name: Verify Dockerfiles Exist
run: |
if [ ! -d "${{ env.TARGET_DIR }}" ]; then
echo "Directory '${{ env.TARGET_DIR }}' does not exist. Exiting."
exit 1
fi
- name: Upload Generated Files as Artifact
if: steps.check_dir.outputs.directory_exists == 'false'
uses: actions/upload-artifact@v4
with:
name: generated-files
path: ${{ env.TARGET_DIR }}

- name: Find Dockerfiles
id: find_dockerfiles
run: |
Expand Down

0 comments on commit eb9d36a

Please sign in to comment.