We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 427476d commit 0f69d05Copy full SHA for 0f69d05
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
12
- name: dotnet publish
13
run: |
14
- dotnet publish ./ScriptTemplate/ -o publish -c release
+ dotnet publish ./ScriptTemplate/ -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