Skip to content

Commit

Permalink
Try release github action
Browse files Browse the repository at this point in the history
Signed-off-by: Seb Ospina <[email protected]>
  • Loading branch information
sebosp committed Sep 6, 2023
1 parent 4b7d471 commit d198085
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
run: make dmg-universal
- name: Upload Application
run: |
mv ./target/release/osx/Alacritty.dmg ./Alacritty-${GITHUB_REF##*/}.dmg
./.github/workflows/upload_asset.sh ./Alacritty-${GITHUB_REF##*/}.dmg $GITHUB_TOKEN
mv ./target/release/osx/Chartacritty.dmg ./Chartacritty-${GITHUB_REF##*/}.dmg
./.github/workflows/upload_asset.sh ./Chartacritty-${GITHUB_REF##*/}.dmg $GITHUB_TOKEN
# windows:
# runs-on: windows-latest
Expand Down Expand Up @@ -78,5 +78,5 @@ jobs:
./.github/workflows/upload_asset.sh ./extra/completions/alacritty.fish $GITHUB_TOKEN
./.github/workflows/upload_asset.sh ./extra/completions/_alacritty $GITHUB_TOKEN
./.github/workflows/upload_asset.sh ./extra/linux/Alacritty.desktop $GITHUB_TOKEN
./.github/workflows/upload_asset.sh ./extra/alacritty.info $GITHUB_TOKEN
./.github/workflows/upload_asset.sh ./extra/chartacritty.info $GITHUB_TOKEN
./.github/workflows/upload_asset.sh ./alacritty.yml $GITHUB_TOKEN
17 changes: 0 additions & 17 deletions extra/linux/Alacritty.desktop

This file was deleted.

17 changes: 17 additions & 0 deletions extra/linux/Chartacritty.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[Desktop Entry]
Type=Application
TryExec=chartacritty
Exec=chartacritty
Icon=Chartacritty
Terminal=false
Categories=System;TerminalEmulator;

Name=Chartacritty
GenericName=Terminal
Comment=A semi-fast, cross-platform, OpenGL terminal emulator
StartupWMClass=Chartacritty
Actions=New;

[Desktop Action New]
Name=New Terminal
Exec=chartacritty

0 comments on commit d198085

Please sign in to comment.