Update generate.yml

This commit is contained in:
Igor Pečovnik
2023-03-14 13:01:52 +01:00
committed by GitHub
parent fda194f153
commit 6485496ed7

View File

@@ -101,6 +101,10 @@ jobs:
ls -l output/debs/
du output
- name: "Generate key id" # We need this in case we run multiple runners on one machine
run: echo "RANDOM=ID_$((RANDOM%1000000))" >> $GITHUB_ENV
shell: bash
- name: Install SSH key for storage
uses: shimataro/ssh-key-action@v2
with: