Skip to content

Commit

Permalink
Update master_ck-board.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
markiianbabiak committed Oct 15, 2024
1 parent e6cdd5e commit 886efb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master_ck-board.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
npm run build --if-present
- name: Zip artifact for deployment
run: zip release.zip ./* -r
run: zip -r release.zip . -x "*.git*" "node_modules/*" "*.DS_Store"

- name: Upload artifact for deployment job
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -58,4 +58,4 @@ jobs:
app-name: "ck-board"
slot-name: "Production"
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_5DD9914BCC3140B5A91463BC2C6DF973 }}
package: .
package: ./release.zip

0 comments on commit 886efb3

Please sign in to comment.