Skip to content

Commit

Permalink
Make use of $OS var
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Scholz committed Nov 21, 2023
1 parent 5b76371 commit 0df6d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/createStandaloneApp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
echo "OS=${OS_NAME}" >> $GITHUB_ENV
- uses: actions/upload-artifact@v3
with:
name: qr-code-app-${{ OS }}
name: qr-code-app-${{ env.OS }}
path: qr-code-app/build/qr-code-with-logo-app/

0 comments on commit 0df6d8a

Please sign in to comment.