diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml index 2e0b52e..9624d61 100644 --- a/.github/workflows/generate.yml +++ b/.github/workflows/generate.yml @@ -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: