Skip to content

bump version 11.1.0.11719 #10

bump version 11.1.0.11719

bump version 11.1.0.11719 #10

Workflow file for this run

name: ci
on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+.[0-9]+'
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/[email protected]
- name: Install unrpm
run: |
sudo apt-get update
sudo apt-get install obs-build
- name: Build AppImage
run: |
bash create_appimage.sh
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: WPS_Office-x86_64.AppImage
asset_name: WPS_Office-$tag.x86_64.AppImage
tag: ${{ github.ref }}
overwrite: true