Skip to content

Commit

Permalink
fixed upload artifact duplication
Browse files Browse the repository at this point in the history
  • Loading branch information
shahnawaz-creator committed Dec 11, 2024
1 parent bf5862e commit 8f3c43c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build-zbox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,12 +162,6 @@ jobs:
run: |
cd ${{ env.OUTPUT_DIR }}/arm64
zip -qq -r macos-arm64-darwin-arm64.zip macos-arm64 config.yaml
- name: Upload Zip for Darwin/arm64
uses: actions/upload-artifact@v3
with:
name: macos-arm64-darwin-arm64
path: ${{ env.OUTPUT_DIR }}/arm64/macos-arm64-darwin-arm64.zip
- name: 'Upload Artifact'
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 8f3c43c

Please sign in to comment.