Skip to content

Commit

Permalink
remove build.zip file extension
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 committed Feb 21, 2025
1 parent c487166 commit cd8aa32
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci-build-all-pm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- run: npm pack
- uses: actions/upload-artifact@v4
with:
name: build.zip
name: build
path: eslint-css-*.tgz
retention-days: 1
- name: Get version
Expand All @@ -38,7 +38,7 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: build.zip
name: build
- name: npm install
run: |
npm install ./eslint-css-${{ needs.npm-build.outputs.version }}.tgz -D
Expand All @@ -50,7 +50,7 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: build.zip
name: build
- name: yarn add
run: |
yarn add ./eslint-css-${{ needs.npm-build.outputs.version }}.tgz -D
Expand All @@ -61,7 +61,7 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: build.zip
name: build
- name: Setup Node.js
uses: actions/setup-node@v4
with:
Expand All @@ -82,7 +82,7 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: build.zip
name: build
- name: Setup Node.js
uses: actions/setup-node@v4
with:
Expand All @@ -103,7 +103,7 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: build.zip
name: build
- name: setup bun
uses: oven-sh/setup-bun@v2
- name: bun install
Expand Down

0 comments on commit cd8aa32

Please sign in to comment.