Skip to content

Commit 153196e

Browse files
committed
Fix release.yml
1 parent 21d5d45 commit 153196e

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 ./ParcelTemplate/ -o publish -c release
14+
dotnet publish ./ParcelTemplate/ -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)