diff --git a/.github/workflows/rust.yaml b/.github/workflows/rust.yaml index 9fc19b6..53eea2e 100644 --- a/.github/workflows/rust.yaml +++ b/.github/workflows/rust.yaml @@ -5,15 +5,15 @@ on: push: branches: - main -# paths-ignore: -# - '.github/**' + paths-ignore: + - '.github/**' env: CARGO_TERM_COLOR: always jobs: release: - runs-on: self-hosted + runs-on: thevickypedia-lite permissions: contents: write outputs: @@ -90,21 +90,24 @@ jobs: matrix: platform: - release_for: Linux-x86_64 - os: ubuntu-latest + os: ubuntu-amd64 bin: ${{ needs.release.outputs.bin-name }} - name: ${{ needs.release.outputs.pkg-name }}-Linux-x86_64.tar.gz + name: ${{ needs.release.outputs.pkg-name }}-linux-amd64.tar.gz - release_for: Windows-x86_64 - os: windows-latest + os: windows-amd64 bin: ${{ needs.release.outputs.bin-name }}.exe - name: ${{ needs.release.outputs.pkg-name }}-Windows-x86_64.zip + name: ${{ needs.release.outputs.pkg-name }}-windows-amd64.zip - release_for: macOS-x86_64 - os: - - self-hosted - - Darwin + os: darwin-amd64 bin: ${{ needs.release.outputs.bin-name }} - name: ${{ needs.release.outputs.pkg-name }}-Darwin-x86_64.tar.gz + name: ${{ needs.release.outputs.pkg-name }}-darwin-amd64.tar.gz + + - release_for: macOS-arm64 + os: darwin-arm64 + bin: ${{ needs.release.outputs.bin-name }} + name: ${{ needs.release.outputs.pkg-name }}-darwin-arm64.tar.gz name: Upload asset for ${{ matrix.platform.release_for }} if: needs.release.outputs.release-flag == 'true' diff --git a/Cargo.toml b/Cargo.toml index 31d59e6..ed7de00 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "lists3" -version = "0.0.1-a" -description = "Service that creates file browsing capability for S3 buckets" +version = "0.0.1" +description = "Service that creates object listing functionality for S3 buckets" edition = "2021" authors = ["Vignesh Rao"] diff --git a/src/templates/list_bootstrap.rs b/src/templates/list_bootstrap.rs index c6c740e..9a120ab 100644 --- a/src/templates/list_bootstrap.rs +++ b/src/templates/list_bootstrap.rs @@ -13,10 +13,6 @@ pub fn get_content() -> String { - - - - @@ -179,6 +175,9 @@ pub fn get_content() -> String { -
+Amazon S3 Bucket list v2
Amazon S3 Bucket list v2
Size | -Last Modified | -Storage Class | -Name | +Size | +Last Modified | +Storage Class | +Name |
---|