Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ciricode committed Dec 10, 2021
1 parent 3590ab0 commit bbd470b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
sudo apt-get install sassc
./build.sh
./install.sh -d $PWD/release
cd release && zip -r theme.zip .
cd release && zip -r Colloid-gtk-theme.zip .
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: true
title: "Development Build"
files: release/theme.zip
files: release/Colloid-gtk-theme.zip

0 comments on commit bbd470b

Please sign in to comment.