Skip to content

Commit

Permalink
Improve github actions ids and names
Browse files Browse the repository at this point in the history
to prevent confusion with and within github actions

Signed-off-by: Florian Esser <[email protected]>

fixup wording
  • Loading branch information
florianesser-tng committed Nov 21, 2024
1 parent b2d53f3 commit 9963737
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
- ultra2
- all
jobs:
build:
build-installer:
runs-on: windows-latest

steps:
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
echo "RELEASE_DIR=$((pwd).Path)"
echo "RELEASE_DIR=$((pwd).Path)" >> $env:GITHUB_ENV
- name: upload single release
- name: upload release
uses: actions/upload-artifact@v4
with:
# Name of the artifact to upload.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build
name: dependency-scan
on:
schedule:
- cron: '42 21 * * 0'
Expand Down

0 comments on commit 9963737

Please sign in to comment.