This repository has been archived by the owner on Aug 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fccda1d
commit 725cb07
Showing
6 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,7 +55,7 @@ jobs: | |
- name: build deb | ||
shell: bash | ||
env: | ||
VERSION: "7.18.0" | ||
VERSION: "7.19.0" | ||
run: | | ||
set -x | ||
echo "Version is: $VERSION" | ||
|
@@ -89,14 +89,14 @@ jobs: | |
rsync -z ~/signal.flatpak server:/var/www/htdocs/elagost.com/flatpak/ | ||
- name: clean up images for self-hosted runner | ||
env: | ||
VERSION: "7.18.0" | ||
VERSION: "7.19.0" | ||
shell: bash | ||
run: | | ||
podman container rm signal-desktop-${{ env.VERSION }} | ||
podman image rm localhost/signal-desktop-image-${{ env.VERSION }}:latest | ||
- name: Upload release artifacts | ||
env: | ||
VERSION: "7.18.0" | ||
VERSION: "7.19.0" | ||
uses: AButler/[email protected] | ||
with: | ||
release-tag: ${{ env.VERSION }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v7.18.0 | ||
v7.19.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters