Skip to content

Commit

Permalink
v0.1.4-rc.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Tricked-dev committed Jan 5, 2022
1 parent 7e22bbc commit d640ee3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,8 @@ jobs:
echo ::set-output name=val::$name
echo TAG=$name >> $GITHUB_ENV
id: tagname

- name: test
run: ls
- name: Build archive
shell: bash
run: |
Expand All @@ -189,7 +190,7 @@ jobs:
# # pkgname=$PROJECT_NAME-$platform
# # mkdir tmp/$pkgname
# # # cp LICENSE README.md tmp/$pkgname
mv ascella-$platform/* dist/
# # [ -f ascella-$platform/ascella-* ] && mv ascella-$platform/ascella-* tmp/$pkgname/
# # [ -f ascella-$platform/ascella_* ] && mv ascella-$platform/ascella_* tmp/$pkgname/
# # [ -f ascella-$platform/ascella-*.msi ] && mv ascella-$platform/*.msi tmp/$pkgname/
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ascella"
version = "0.1.4-rc.6"
version = "0.1.4-rc.7"
authors = ["Tricked-dev"]
edition = "2021"
homepage = "https://tricked.pro/ascella"
Expand Down

0 comments on commit d640ee3

Please sign in to comment.