Skip to content

Commit

Permalink
Once again.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joachim Rosskopf committed Oct 27, 2024
1 parent f0564cd commit e13ab76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: make release

- name: Upload build artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: flAPI-build
path: ${{github.workspace}}/build/Release/flapi
Expand All @@ -60,7 +60,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: lowercase github.repository_owner
- name: Lowercase github.repository_owner
run: |
echo "REPOSITORY_OWNER=`echo ${{github.repository_owner}} | tr '[:upper:]' '[:lower:]'`" >>${GITHUB_ENV}
Expand Down

0 comments on commit e13ab76

Please sign in to comment.