Skip to content

Commit 24a4f24

Browse files
Merge pull request #52 from DesmondSanctity/event-badging-submit-api
chore: fix path typo on workflow file
2 parents 3da16d0 + 623f9e9 commit 24a4f24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
host: ${{ secrets.HOST }}
3939
username: ${{ secrets.USERNAME }}
4040
password: ${{ secrets.PASSWORD }}
41-
source: badging.tar
41+
source: badging-staging.tar
4242
target: ~/
4343

4444
- name: Extract and load image on droplet

0 commit comments

Comments
 (0)