File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -25,25 +25,25 @@ jobs:
2525 steps :
2626 - uses : actions/checkout@v4
2727
28- # ========================================================
29- #
30- # Step 1: Build your artifacts.
31- #
32- # ========================================================
28+
29+
30+
31+
32+
3333 - name : Build artifacts
3434 run : |
3535 # These are some amazing artifacts.
3636 echo "artifact1" > artifact1
3737 echo "artifact2" > artifact2
3838
39- # ========================================================
40- #
41- # Step 2: Add a step to generate the provenance subjects
42- # as shown below. Update the sha256 sum arguments
43- # to include all binaries that you generate
44- # provenance for.
45- #
46- # ========================================================
39+
40+
41+
42+
43+
44+
45+
46+
4747 - name : Generate subject for provenance
4848 id : hash
4949 run : |
You can’t perform that action at this time.
0 commit comments