Skip to content

Commit 9268578

Browse files
authored
fix: Update release.yml
Adds a command to run ls to verify the location of post-build.sh.
1 parent 2c6bd4e commit 9268578

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
@@ -76,7 +76,7 @@ jobs:
7676
run: firebase deploy --only hosting
7777

7878
- name: Post Build
79-
run: ../../samples/post-build.sh
79+
run: ls ../../samples
8080

8181
approve-and-merge:
8282
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)