From 628e6cba8428a9b2ee22c1b1839a39d29a64a671 Mon Sep 17 00:00:00 2001 From: ssrlive <30760636+ssrlive@users.noreply.github.com> Date: Fri, 14 Jun 2024 15:11:28 +0800 Subject: [PATCH] Bump version 0.2.22 --- .github/workflows/publish-exe.yml | 25 ------------------------- Cargo.toml | 2 +- 2 files changed, 1 insertion(+), 26 deletions(-) diff --git a/.github/workflows/publish-exe.yml b/.github/workflows/publish-exe.yml index 9347830..6b89324 100644 --- a/.github/workflows/publish-exe.yml +++ b/.github/workflows/publish-exe.yml @@ -8,12 +8,6 @@ name: Publish Releases jobs: build_publish: name: Publishing Tasks - - permissions: - id-token: write - contents: read - attestations: write - strategy: matrix: target: @@ -90,25 +84,6 @@ jobs: fi fi - # Support verifiable builds - - name: Calculate hashes - shell: bash - run: | - echo "--- BEGIN SHA256SUM ---" - sha256sum ./mypubdir4/* - echo "--- END SHA256SUM ---" - - - name: Upload artifacts - uses: actions/upload-artifact@v4 - with: - name: bin - path: mypubdir4/* - - - name: Generate artifact attestation - uses: actions/attest-build-provenance@v1 - with: - subject-path: mypubdir4/* - - name: Publish uses: softprops/action-gh-release@v1 env: diff --git a/Cargo.toml b/Cargo.toml index a8746d9..557f4f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tun2proxy" -version = "0.2.21" +version = "0.2.22" edition = "2021" license = "MIT" repository = "https://github.com/blechschmidt/tun2proxy"