Skip to content

Commit

Permalink
Rename build.zip to wordpress.zip
Browse files Browse the repository at this point in the history
  • Loading branch information
adamziel committed Oct 17, 2023
1 parent b327885 commit 98fdc30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ jobs:
run: npm run build

- name: Zip WordPress build
run: zip -r build.zip build/*
run: zip -r wordpress.zip build/*

- name: Upload the build directory as GitHub artifact
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
if: always()
with:
name: wordpress-build-${{ github.event_name == 'pull_request' && github.event.number || github.sha }}
path: build.zip
path: wordpress.zip
if-no-files-found: error

0 comments on commit 98fdc30

Please sign in to comment.