We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c98df8 commit c24fc03Copy full SHA for c24fc03
.github/workflows/build.yml
@@ -47,8 +47,8 @@ jobs:
47
GH_REPO: ${{ github.repository }}
48
run: |
49
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/*"
+ gh release upload "${{ github.sha }}" floormaker-cli/build/distributions/*
+ gh release upload "${{ github.sha }}" wallpapermaker-cli/build/distributions/*
52
gh release edit "${{ github.sha }}" --draft=false
53
54
0 commit comments