Skip to content

Commit

Permalink
reworked 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 90ddc18 commit f25c6d4
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/release.yml
Expand Up @@ -31,19 +31,9 @@ jobs:
- run: npm ci
- 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/*

0 comments on commit f25c6d4

Please sign in to comment.