diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 62e3f5b2..57b88145 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,5 +30,5 @@ jobs: - uses: actions/upload-artifact@v2 with: - name: modsink-${{ github.ref }}-${{ matrix.target }}${{ matrix.ext }} + name: modsink-${{ matrix.target }}${{ matrix.ext }} path: ./target/${{ matrix.target }}/release/modsink${{ matrix.ext }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 20bc7ba9..792a7143 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -55,5 +55,5 @@ jobs: with: upload_url: ${{ needs.create.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps asset_path: ./target/${{ matrix.target }}/release/modsink${{ matrix.ext }} - asset_name: modsink-${{ github.ref }}-${{ matrix.target }}${{ matrix.ext }} + asset_name: modsink-${{ matrix.target }}${{ matrix.ext }} asset_content_type: application/octet-stream \ No newline at end of file diff --git a/Cargo.lock b/Cargo.lock index cc28e612..5100fcbc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -796,9 +796,9 @@ dependencies = [ [[package]] name = "dirs" -version = "3.0.2" +version = "4.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30baa043103c9d0c2a57cf537cc2f35623889dc0d405e6c3cccfadbc81c71309" +checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059" dependencies = [ "dirs-sys", ] @@ -1190,9 +1190,9 @@ dependencies = [ [[package]] name = "getrandom" -version = "0.2.4" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "418d37c8b1d42553c93648be529cb70f920d3baf8ef469b74b9638df426e0b4c" +checksum = "d39cd93900197114fa1fcb7ae84ca742095eed9442088988ae74fa744e930e77" dependencies = [ "cfg-if 1.0.0", "libc", @@ -2122,7 +2122,7 @@ dependencies = [ [[package]] name = "modsink" -version = "0.5.2" +version = "0.5.3" dependencies = [ "acid-store", "byte-unit", @@ -2149,7 +2149,7 @@ dependencies = [ [[package]] name = "modsink-ui" -version = "0.5.2" +version = "0.5.3" dependencies = [ "iced", ] @@ -4273,9 +4273,9 @@ dependencies = [ [[package]] name = "xdg" -version = "2.4.0" +version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a23fe958c70412687039c86f578938b4a0bb50ec788e96bce4d6ab00ddd5803" +checksum = "0c4583db5cbd4c4c0303df2d15af80f0539db703fa1c68802d4cbbd2dd0f88f6" dependencies = [ "dirs", ] diff --git a/modsink-ui/Cargo.toml b/modsink-ui/Cargo.toml index 46c7e888..dfca6846 100644 --- a/modsink-ui/Cargo.toml +++ b/modsink-ui/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "modsink-ui" -version = "0.5.2" +version = "0.5.3" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/modsink/Cargo.toml b/modsink/Cargo.toml index 9f767bf8..9396e496 100644 --- a/modsink/Cargo.toml +++ b/modsink/Cargo.toml @@ -7,7 +7,7 @@ license = 'AGPL-3.0-or-later' name = "modsink" readme = '../README.md' repository = 'https://github.com/j2ghz/ModSink/' -version = "0.5.2" +version = "0.5.3" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html