We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8f7741 commit d5f531bCopy full SHA for d5f531b
1 file changed
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
12
- name: dotnet publish
13
run: |
14
- dotnet publish ./ReactSpaTemplate/ -o publish -c release
+ dotnet publish ./ReactSpaTemplate/ -o publish -c release -r linux-x64
15
16
- name: repository name fix
17
run: echo "image_repository_name=$(echo ${{ github.repository }} | tr '[:upper:]' '[:lower:]')" >> $GITHUB_ENV
0 commit comments