Skip to content

Commit

Permalink
Merge pull request #2 from CIAT-DAPA/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
santiago123x authored Jan 14, 2025
2 parents 806b2f1 + d1d57bd commit 3b318c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ jobs:
# Zip the build folder for the release
- name: Prepare Build Artifact
run: zip -r react-build.zip ./build
run: zip -r react-build.zip ./src/build

# Upload the artifact to the workflow
- name: Upload Build Artifact
uses: actions/upload-artifact@v3
with:
name: react-build
path: react-build.zip
path: ./src/react-build.zip

# Generate the tag name for the release
- name: Generate Tag Name
Expand Down

0 comments on commit 3b318c9

Please sign in to comment.