Bump version 0.2.22

This commit is contained in:
ssrlive 2024-06-14 15:11:28 +08:00
parent 203cfba302
commit 628e6cba84
2 changed files with 1 additions and 26 deletions

View file

@ -8,12 +8,6 @@ name: Publish Releases
jobs: jobs:
build_publish: build_publish:
name: Publishing Tasks name: Publishing Tasks
permissions:
id-token: write
contents: read
attestations: write
strategy: strategy:
matrix: matrix:
target: target:
@ -90,25 +84,6 @@ jobs:
fi fi
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 - name: Publish
uses: softprops/action-gh-release@v1 uses: softprops/action-gh-release@v1
env: env:

View file

@ -1,6 +1,6 @@
[package] [package]
name = "tun2proxy" name = "tun2proxy"
version = "0.2.21" version = "0.2.22"
edition = "2021" edition = "2021"
license = "MIT" license = "MIT"
repository = "https://github.com/blechschmidt/tun2proxy" repository = "https://github.com/blechschmidt/tun2proxy"