We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 570ce53 commit 4b0cd67Copy full SHA for 4b0cd67
.github/workflows/build.yml
@@ -60,7 +60,7 @@ jobs:
60
- name: Upload artifacts
61
uses: actions/upload-artifact@v3
62
with:
63
- name: phoenix-app-{{ matrix.os }}
+ name: phoenix-app-${{ matrix.os }}
64
path: |
65
dist/phoenix-*.snap
66
dist/phoenix-*.exe
0 commit comments