Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
igtm committed Dec 30, 2022
1 parent 3a64b7b commit 7383668
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Expand Up @@ -42,6 +42,12 @@ jobs:
use-cross: true
command: build
args: --release --target ${{ matrix.target }}
- name: Run build
shell: bash
run: |
if [[ "${{ runner.os }}" == "Windows" ]]; then
mv target/${{ matrix.target }}/release/create-release-pr.exe target/${{ matrix.target }}/release/create-release-pr
fi
- name: Compress action step
uses: a7ul/tar-action@v1.1.0
id: compress
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Expand Up @@ -3,7 +3,7 @@ name: test
on:
push:
branches:
- ".*"
- "*"

jobs:
test:
Expand Down

0 comments on commit 7383668

Please sign in to comment.