mirror of
https://github.com/rustic-rs/rustic.git
synced 2025-10-26 11:18:51 +00:00
Merge pull request #145 from rustic-rs/ci-fix-dependabot
CI: fix errors with dependabot
This commit is contained in:
commit
17f661f243
1
.github/workflows/release.yaml
vendored
1
.github/workflows/release.yaml
vendored
@ -78,6 +78,7 @@ jobs:
|
||||
sudo apt-get install -y binutils-aarch64-linux-gnu
|
||||
fi
|
||||
- name: Packaging final binary
|
||||
if: "!startsWith(github.refname, 'dependabot/')"
|
||||
shell: bash
|
||||
run: |
|
||||
cd target/${{ matrix.job.target }}/release
|
||||
|
||||
Loading…
Reference in New Issue
Block a user