Skip to content

Commit

Permalink
updating action
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabi authored and Gabi committed Nov 29, 2022
1 parent e5884ba commit 9c794e8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/node.js.yml → .github/workflows/release.yml
Expand Up @@ -12,6 +12,7 @@ on:

jobs:
build:
name: Generate Index and md files

runs-on: ubuntu-latest

Expand All @@ -31,7 +32,18 @@ jobs:
- run: npm run build --if-present
- run: npm run start

# Create GitHub release with Rust build targets and release notes
github_release:

name: Create GitHub Release

needs: [build]

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build | Publish
uses: softprops/action-gh-release@v1
with:
tag_name: latest
files: output/*
Empty file added output/dummy.json
Empty file.

0 comments on commit 9c794e8

Please sign in to comment.