Skip to content

Commit 58d0c39

Browse files
Update main.yml
1 parent 67111bb commit 58d0c39

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,6 @@ jobs:
5959
tag_name: "Snapshot-${{ steps.date.outputs.date }}"
6060
body: |
6161
Automated snapshot for ${{ steps.date.outputs.date }}.
62-
Note: If archive was split due to size >2GB use cat to join them together
63-
```
64-
cat badusb-${{ steps.date.outputs.date }}.tar.zst.* > badusb-${{ steps.date.outputs.date }}.tar.zst
65-
```
6662
files: |
6763
${{ steps.check_size.outputs.split == 'true' && format('badusb-{0}.tar.zst.*', steps.date.outputs.date) || format('badusb-{0}.tar.zst', steps.date.outputs.date) }}
6864
env:

0 commit comments

Comments
 (0)