Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
Signed-off-by: usiiasirrush <[email protected]>
  • Loading branch information
UsiDiamond authored Aug 15, 2023
1 parent b94bc99 commit 562fb25
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
node-version: [20.x]
steps:
- uses: actions/checkout@v3
- name: Setup Node.js ${{ matrix.node-version }}
- name: Checkout
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
Expand Down Expand Up @@ -44,17 +44,20 @@ jobs:
id: date
run: echo "::set-output name=date::$(date +'%Y-%m-%d-%H-%M-%S')"
- uses: actions/checkout@v3
- name: Archive Release
uses: thedoctor0/[email protected]
- name: Archive production artifacts
uses: actions/upload-artifact@v3
with:
type: "zip"
filename: "release.zip"
exclusions: "*.git* .vscode* .editorconfig"
name: Static-Site-Assets
path: public/neurodiversity-main/

create-release:
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/download-artifact@master
with:
name: Static-Site-Assets
path: .
- name: Create Release
id: create_release
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit 562fb25

Please sign in to comment.