Skip to content

Commit

Permalink
Loungy release v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasGrandl committed Mar 26, 2024
1 parent 7fb39d6 commit 759f9c1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 16 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/release-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/cache/restore@v4
id: restore-cache
with:
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Rustup
run: rustup target add aarch64-apple-darwin x86_64-apple-darwin
- name: Build x86_64
Expand All @@ -36,16 +32,6 @@ jobs:
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
APPLE_CERTIFICATE: ${{ secrets.APPLE_CERTIFICATE }}
APPLE_CERTIFICATE_PASSWORD: ${{ secrets.APPLE_CERTIFICATE_PASSWORD }}
- uses: actions/cache/save@v4
if: always()
with:
path: |
~/.cargo/bin/
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/git/db/
target/
key: ${{ steps.restore-cache.outputs.cache-primary-key }}

- name: Release
uses: softprops/action-gh-release@v2
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "loungy"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
rust-version = "1.75.0"
description = "Loungy is a WIP launcher in the vein of Raycast and Alfred."
Expand Down

0 comments on commit 759f9c1

Please sign in to comment.