diff --git a/.github/workflows/example.yml b/.github/workflows/example.yml index 8025095fbc..df1a653bca 100644 --- a/.github/workflows/example.yml +++ b/.github/workflows/example.yml @@ -43,11 +43,12 @@ jobs: with: name: debs path: /tmp/ - - run: | - echo "starting with:" - echo "cat /tmp/debs/test.txt" - echo "" - echo "This is job named ${{ matrix.job }} > /tmp/debs/test.txt" + - id: Executing work + run: | + echo "starting with:" + echo "cat /tmp/debs/test.txt" + echo "" + echo "This is job named ${{ matrix.job }} > /tmp/debs/test.txt" - name: Save artifacts uses: actions/upload-artifact@v3 with: