mirror of
https://github.com/Vomitblood/stort.git
synced 2024-11-26 13:55:27 +08:00
updated github actions workflow
This commit is contained in:
parent
0edef1236b
commit
fffcae4581
4
.github/workflows/build-validation.yml
vendored
4
.github/workflows/build-validation.yml
vendored
|
@ -15,6 +15,9 @@ jobs:
|
|||
- name: Checkout Repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Get Variables
|
||||
run: echo "TAG_NAME=commit-$(git rev-parse --short HEAD)" >> $GITHUB_ENV
|
||||
|
||||
- name: Update packages
|
||||
run: apt update && apt upgrade -y
|
||||
|
||||
|
@ -45,6 +48,7 @@ jobs:
|
|||
with:
|
||||
name: stort-appimage.zip
|
||||
path: ./src-tauri/target/release/bundle/appimage/*.AppImage
|
||||
retention-days: 7
|
||||
|
||||
- name: Create Release
|
||||
id: create_release
|
||||
|
|
Loading…
Reference in a new issue