diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 747c70f..94b7a87 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,7 +4,7 @@ on: jobs: release: - runs-on: self-hosted + runs-on: [self-hosted, ubuntu] steps: - uses: actions/checkout@v3 - name: nightly-rust diff --git a/.gitignore b/.gitignore index e5e5c40..3fa9c59 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ flatpak/.flatpak-builder flatpak/export flatpak/reset.flatpak pkg/ +*.pkg.tar.zst # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries # More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html diff --git a/reset-0-0-x86_64.pkg.tar.zst b/reset-0-0-x86_64.pkg.tar.zst deleted file mode 100644 index a5403f8..0000000 Binary files a/reset-0-0-x86_64.pkg.tar.zst and /dev/null differ