-
Notifications
You must be signed in to change notification settings - Fork 5
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
8f9942b
commit 8452bc0
Showing
1 changed file
with
35 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
name: Release files | ||
on: | ||
push: | ||
jobs: | ||
pre-release: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: usimd/pi-gen-action@v1 | ||
with: | ||
image-name: ucia | ||
verbose-output: true | ||
# enable-ssh: 1 | ||
# keyboard-keymap: fr | ||
# # keyboard-layout: | ||
# disable-first-boot-user-rename: 1 | ||
# hostname: ucia | ||
# username: pi | ||
# password: 'rosa' | ||
# release: buster | ||
# wpa-essid: 'ucia' | ||
# wpa-password : 'rosa' | ||
# runs-on: ubuntu-latest | ||
# steps: | ||
# - uses: actions/checkout@v2 | ||
|
||
# # Supprimer l'ancienne pré-release (Pseudo-code) | ||
# - name: Delete previous pre-release | ||
# run: | | ||
# # Utilisez l'API GitHub ou un script pour trouver et supprimer l'ancienne pré-release | ||
|
||
# # Créer une nouvelle pré-release (Pseudo-code) | ||
# - name: Create new pre-release | ||
# run: | | ||
# # Générer un nouveau tag unique | ||
# # Utilisez l'API GitHub pour créer une nouvelle pré-release avec ce tag |