Skip to content

Commit

Permalink
bug: Updated invalid reference in create-release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronware committed Apr 1, 2021
1 parent d042dec commit 74f61ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Clean Build Files/Folders
run : |
chmod +x ./.deployment/release-cleanup.sh
sh ./.deployment/cleanup.sh;
sh ./.deployment/release-cleanup.sh;
- name: Create Sync Zip
run: |
Expand Down

0 comments on commit 74f61ac

Please sign in to comment.