Skip to content

Commit

Permalink
use .#appimage
Browse files Browse the repository at this point in the history
  • Loading branch information
tek committed May 7, 2024
1 parent 01c2486 commit 7fa7da0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions packages/app/lib/Ribosome/App/Templates/GithubActions.hs
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ jobs:
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}#{cachixConf (fromMaybe cachixTek cachix)}#{foldMap (cachixStep . (.cachixName)) cachix}
- name: 'build'
run: |
nix bundle -o static-binary --bundler github:ralismark/nix-appimage .#static
mv static-binary #{name}
mv $(nix run .#appimage) #{name}
- uses: 'marvinpinto/action-automatic-releases@latest'
name: 'create release'
with:
Expand Down
3 changes: 1 addition & 2 deletions packages/app/test/fixtures/new-project/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ jobs:
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
- name: 'build'
run: |
nix bundle -o static-binary --bundler github:ralismark/nix-appimage .#static
mv static-binary test-project
mv $(nix run .#appimage) test-project
- uses: 'marvinpinto/action-automatic-releases@latest'
name: 'create release'
with:
Expand Down

0 comments on commit 7fa7da0

Please # to comment.