From cab650e9cf23d6b0b69a91343ec8873540d84e5f Mon Sep 17 00:00:00 2001 From: siddheshraze Date: Fri, 23 Feb 2024 16:28:01 -0500 Subject: [PATCH] specifying package in workflow -- realizing that the system is porting over the zip file AND the unzipped contents. --- .../workflows/new-file-upload-system_forestgeo-livesite.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/new-file-upload-system_forestgeo-livesite.yml b/.github/workflows/new-file-upload-system_forestgeo-livesite.yml index 5f4294e7..9a58374f 100644 --- a/.github/workflows/new-file-upload-system_forestgeo-livesite.yml +++ b/.github/workflows/new-file-upload-system_forestgeo-livesite.yml @@ -56,7 +56,7 @@ jobs: run: zip -r release.zip ./frontend/* - name: Upload artifact for deployment job - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: node-app path: release.zip @@ -70,7 +70,7 @@ jobs: steps: - name: Download artifact from build job - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: node-app @@ -84,4 +84,4 @@ jobs: app-name: 'forestgeo-livesite' slot-name: 'development' publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }} - package: . + package: frontend/