mirror of
https://github.com/rustic-rs/rustic.git
synced 2025-10-26 11:18:51 +00:00
CI: release beta builds to github.com/rustic-rs/rustic-beta
This commit is contained in:
parent
a851883998
commit
8e0354b162
10
.github/workflows/release.yaml
vendored
10
.github/workflows/release.yaml
vendored
@ -97,7 +97,15 @@ jobs:
|
||||
else
|
||||
shasum -a 256 $RELEASE_NAME.tar.gz > $RELEASE_NAME.sha256
|
||||
fi
|
||||
- name: Releasing assets
|
||||
- name: Releasing beta builds
|
||||
if: ${{ github.ref == 'refs/heads/main' }}
|
||||
uses: leigholiver/commit-with-deploy-key@v1.0.3
|
||||
with:
|
||||
source: target/${{ matrix.job.target }}/release/rustic-rs-*.tar.gz
|
||||
destination_folder: beta
|
||||
destination_repo: rustic-rs/rustic-beta
|
||||
deploy_key: ${{ secrets.BETA_RELEASE_KEY }}
|
||||
- name: Releasing release versions
|
||||
uses: softprops/action-gh-release@v1
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user