Skip to content

Commit 0f69d05

Browse files
authored
Update release.yml
1 parent 427476d commit 0f69d05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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