Skip to content

Commit 4b0cd67

Browse files
committed
fix: missing $ in expression
1 parent 570ce53 commit 4b0cd67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Upload artifacts
6161
uses: actions/upload-artifact@v3
6262
with:
63-
name: phoenix-app-{{ matrix.os }}
63+
name: phoenix-app-${{ matrix.os }}
6464
path: |
6565
dist/phoenix-*.snap
6666
dist/phoenix-*.exe

0 commit comments

Comments
 (0)