Skip to content

Commit c24fc03

Browse files
Maybe this will work...?
1 parent 6c98df8 commit c24fc03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ jobs:
4747
GH_REPO: ${{ github.repository }}
4848
run: |
4949
gh release create "${{ github.sha }}" --draft --title "${{ github.sha }}" --notes "Automated Release"
50-
gh release upload "${{ github.sha }}" "floormaker-cli/build/distributions/*"
51-
gh release upload "${{ github.sha }}" "wallpapermaker-cli/build/distributions/*"
50+
gh release upload "${{ github.sha }}" floormaker-cli/build/distributions/*
51+
gh release upload "${{ github.sha }}" wallpapermaker-cli/build/distributions/*
5252
gh release edit "${{ github.sha }}" --draft=false
5353
5454

0 commit comments

Comments
 (0)