We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f3669c3 + 5b4681f commit bfb25caCopy full SHA for bfb25ca
1 file changed
.github/workflows/zip.yml
@@ -10,7 +10,7 @@ jobs:
10
name: Zip and folders and create release
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v4
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2
14
15
- name: zip folders
16
run: find * -mindepth 1 -maxdepth 1 -type d -exec sh -c 'cd "$0" ; zip -r "../../`echo "$0" | tr / .`.zip" *' {} \;
@@ -20,7 +20,7 @@ jobs:
20
run: echo "::set-output name=date::$(date +'%Y-%m-%dT%H.%M.%S')"
21
22
- name: release
23
- uses: softprops/action-gh-release@v2
+ uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe #v2.6.1
24
with:
25
files: "*.zip"
26
tag_name: ${{ steps.date.outputs.date }}
0 commit comments