Skip to content

Commit

Permalink
dev: Make CI steps more readable
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlesne committed Aug 21, 2024
1 parent f0748d4 commit 679c71f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
if: runner.os == 'Windows'
run: mv dist\scrape-it-now.exe dist\scrape-it-now-${{ needs.init.outputs.VERSION }}-${{ matrix.os }}.exe

- name: Upload artifact
- name: Upload artifacts
uses: actions/[email protected]
with:
name: binary-${{ matrix.os }}
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
path: sbom-reports/*

publish-release:
name: Release
name: Publish release
permissions:
contents: write
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 679c71f

Please sign in to comment.