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 05e8ddf commit a4128b5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,17 @@ jobs:
id: date
run: echo "::set-output name=date::$(date +'%Y-%m-%d-%H-%M-%S')"
- uses: actions/checkout@v3

create-release:
runs-on: ubuntu-latest
needs: build
steps:
- name: Archive Release
uses: thedoctor0/[email protected]
with:
type: "zip"
filename: "release.zip"
exclusions: "*.git* .vscode* .editorconfig"

create-release:
runs-on: ubuntu-latest
needs: build
steps:
- name: Create Release
id: create_release
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit a4128b5

Please sign in to comment.