File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change 11name : Publish
22
33on :
4- push :
4+ create :
55 tags :
66 - ' *'
77
1212 strategy :
1313 matrix :
1414 include :
15- # - os: ubuntu-latest
16- # artifact_name: openworld-desktop.Appimage
17- # asset_name: openworld-desktop-linux-amd64
1815 - os : windows-latest
1916 artifact_name : openworld-desktop.exe
2017 asset_name : openworld-desktop-windows-amd64
21- # - os: macos-latest
22- # artifact_name: openworld-desktop.pkg
23- # asset_name: openworld-desktop-macos-amd64
2418
2519 steps :
2620 - uses : actions/checkout@v2
3933 run : npm run build
4034
4135 - name : Upload binaries
42- working-directory : openworld-desktop
4336 uses : svenstaro/upload-release-action@v2
4437 with :
4538 repo_token : ${{ secrets.GITHUB_TOKEN }}
46- file : public /${{ matrix.artifact_name }}
39+ file : openworld-desktop/dist /${{ matrix.artifact_name }}
4740 asset_name : ${{ matrix.asset_name }}
4841 tag : ${{ github.ref }}
You can’t perform that action at this time.
0 commit comments