Skip to content

Commit

Permalink
refactor of fish behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
cxreiff committed Jul 25, 2024
1 parent c7c5f74 commit ad575b9
Show file tree
Hide file tree
Showing 10 changed files with 378 additions and 283 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
with:
name: binary
path: |
${{ env.PACKAGE_NAME }}
${{ env.PACKAGE_NAME }}-${{ matrix.target }}
# Get itch.io target from env, because the `env` context can't be used in the `if:` condition of a job.
# See: https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability
Expand All @@ -139,8 +139,8 @@ jobs:
- name: download all packages
uses: actions/download-artifact@v4
with:
pattern: package-*
path: tmp
pattern: "*.zip"
path: "./"

- name: install butler
run: |
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 = "lifecycler"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
license = "MIT OR Apache-2.0 OR CC0-1.0"

Expand Down
275 changes: 0 additions & 275 deletions src/fish.rs

This file was deleted.

Loading

0 comments on commit ad575b9

Please sign in to comment.