Skip to content

Commit

Permalink
Renamed build workflow to package.
Browse files Browse the repository at this point in the history
  • Loading branch information
tfpf committed Jun 22, 2024
1 parent 98096d1 commit 22cd324
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml → .github/workflows/package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: build
name: package
on:
push:
paths:
- '.github/workflows/build.yml'
- '.github/workflows/package.yml'
- 'custom-prompt/**'
workflow_dispatch:

Expand Down Expand Up @@ -35,6 +35,7 @@ jobs:
with:
name: ${{ matrix.os }}
path: 'custom-prompt/*.tgz'

release:
needs: build
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 22cd324

Please sign in to comment.