mirror of
https://github.com/MetaCubeX/subconverter.git
synced 2025-11-04 18:19:42 +08:00
Force delete
This commit is contained in:
parent
624f5cd120
commit
9e66b07251
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@ -74,7 +74,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Export digest
|
- name: Export digest
|
||||||
run: |
|
run: |
|
||||||
rm -r /tmp/digests
|
rm -rf /tmp/digests
|
||||||
mkdir -p /tmp/digests
|
mkdir -p /tmp/digests
|
||||||
digest="${{ steps.build.outputs.digest }}"
|
digest="${{ steps.build.outputs.digest }}"
|
||||||
touch "/tmp/digests/${digest#sha256:}"
|
touch "/tmp/digests/${digest#sha256:}"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user