Skip to content

Commit

Permalink
release: v1.7.14
Browse files Browse the repository at this point in the history
  • Loading branch information
yurijmikhalevich committed Jan 13, 2024
1 parent 9ceae2c commit e8ce4d2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,10 +180,6 @@ jobs:
with:
name: windows
path: artifacts/
- run: ls artifacts
- run: |
sudo apt install tree
tree artifacts
- run: mkdir signed
- uses: sslcom/actions-codesigner@495997c70cca0b41b54f6756cd9d5ee594c708ac
with:
Expand All @@ -192,7 +188,7 @@ jobs:
password: ${{ secrets.WINDOWS_SIGNING_PASSWORD }}
credential_id: ${{ secrets.WINDOWS_SIGNING_CREDENTIAL_ID }}
totp_secret: ${{ secrets.WINDOWS_SIGNING_TOTP_SECRET }}
file_path: ${GITHUB_WORKSPACE}/artifacts/windows/rclip-${{ needs.parse_tag.outputs.version }}.msi
file_path: artifacts/rclip-${{ needs.parse_tag.outputs.version }}.msi
output_path: signed
- uses: actions/upload-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "rclip"
version = "1.7.13"
version = "1.7.14"
description = "AI-Powered Command-Line Photo Search Tool"
authors = ["Yurij Mikhalevich <yurij@mikhalevi.ch>"]
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description: |
For a detailed demonstration, watch the video: https://www.youtube.com/watch?v=tAJHXOkHidw.
You can use another image as a query by passing a file path or even an URL to the image file to **rclip** and combine multiple queries. Check out the project's README on GitHub for more usage examples: https://github.com/yurijmikhalevich/rclip#readme.
version: 1.7.13
version: 1.7.14
website: https://github.com/yurijmikhalevich/rclip
contact: yurij@mikhalevi.ch
passthrough:
Expand All @@ -33,7 +33,7 @@ apps:
parts:
rclip:
plugin: python
source: ./snap/local/rclip-1.7.13.tar.gz
source: ./snap/local/rclip-1.7.14.tar.gz
build-packages:
- python3-pip
build-environment:
Expand Down

0 comments on commit e8ce4d2

Please sign in to comment.