We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a47536 commit b2c89feCopy full SHA for b2c89fe
.github/workflows/CI.yml
@@ -53,8 +53,8 @@ jobs:
53
run: ./publish.ps1
54
- name: Create Release
55
uses: softprops/action-gh-release@v1
56
- with:
57
- files: |
58
- ./dist/octoshift.win-x64.zip
59
- ./dist/octoshift.linux-x64.tar.gz
60
- ./dist/octoshift.osx-x64.tar.gz
+ with:
+ files: |
+ ./dist/octoshift.win-x64.zip
+ ./dist/octoshift.linux-x64.tar.gz
+ ./dist/octoshift.osx-x64.tar.gz
0 commit comments