Skip to content

Commit 13aac85

Browse files
authored
Fix linux release in CI (#59)
1 parent 56492c3 commit 13aac85

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ jobs:
7474
run: |
7575
cargo deb
7676
# Fix the tilde-name that happens on alpha builds
77-
mv target/debian/scrying_*_amd64.deb \
78-
target/debian/scrying_${{ needs.create_new_release.outputs.version_num }}_amd64.deb
77+
#mv target/debian/scrying_*_amd64.deb \
78+
# target/debian/scrying_${{ needs.create_new_release.outputs.version_num }}_amd64.deb
7979
8080
- name: Zip binary
8181
run: |

Changelog.md

+5
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818
### Security
1919

2020

21+
## [v0.9.1] - 2022-11-06
22+
### Fixed
23+
* Fix Linux release on CI
24+
25+
2126
## [v0.9.0] - 2022-11-06
2227
### Added
2328
* Customise the size of captured images with the `--size` option (web & RDP). Does not work on VNC because the server generally specifies the screen size [#36](https://github.com/nccgroup/scrying/issues/36)

0 commit comments

Comments
 (0)