Skip to content

Commit d5f531b

Browse files
authored
Update release.yml
1 parent f8f7741 commit d5f531b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
- name: dotnet publish
1313
run: |
14-
dotnet publish ./ReactSpaTemplate/ -o publish -c release
14+
dotnet publish ./ReactSpaTemplate/ -o publish -c release -r linux-x64
1515
1616
- name: repository name fix
1717
run: echo "image_repository_name=$(echo ${{ github.repository }} | tr '[:upper:]' '[:lower:]')" >> $GITHUB_ENV

0 commit comments

Comments
 (0)