Skip to content

Commit

Permalink
Update pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Lendruk committed Aug 14, 2024
1 parent e878167 commit 5c1198f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/buildAndRelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,7 @@ jobs:
uses: martinbeentjes/npm-get-version-action@v1.3.1

- name: Create Release
id: create_release
- run: |
gh release create v${{ steps.package-version.outputs.current-version}} ./build/nori-booru-${{ steps.package-version.outputs.current-version}}-x64.tar.gz
run: gh release create v${{ steps.package-version.outputs.current-version}} ./build/nori-booru-${{ steps.package-version.outputs.current-version}}-x64.tar.gz
env:
GITHUB_TOKEN: ${{ github.TOKEN }}
shell: bash
name: Creates a release in GitHub and uploads attachments
shell: bash

0 comments on commit 5c1198f

Please sign in to comment.