Il sito funziona meglio con JavaScript.
Home
Aiuto
Accedi
hms
/
pisdr-rpi-image
mirror da
https://github.com/luigifreitas/pisdr-image
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Rilasci
14
Wiki
Attività
Sfoglia il codice sorgente
Updated actions env.
tags/v4.0.0-beta.1
Luigi Cruz
4 anni fa
parent
040f0e959e
commit
4c0ef750e1
2 ha cambiato i file
con
6 aggiunte
e
2 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+3
-1
.github/workflows/release.yml
+3
-1
.github/workflows/validate.yml
+ 3
- 1
.github/workflows/release.yml
Vedi File
@@ -18,8 +18,10 @@ jobs:
- name: Build project
id: builder
working-directory: ${{ env.working-directory }}
env:
PRESERVE_CONTAINER: 1
run: |
PRESERVE_CONTAINER=1 bash build-docker.sh
bash build-docker.sh
echo ::set-output name=filename::$(ls deploy/*.tar.xz | xargs -n 1 basename)
- name: Fix Permissions
id: fix_perm_filename
+ 3
- 1
.github/workflows/validate.yml
Vedi File
@@ -15,8 +15,10 @@ jobs:
- name: Build project
id: builder
working-directory: ${{ env.working-directory }}
env:
PRESERVE_CONTAINER: 1
run: |
PRESERVE_CONTAINER=1 bash build-docker.sh
bash build-docker.sh
echo ::set-output name=filename::$(ls deploy/*.tar.xz | xargs -n 1 basename)
- name: Fix Permissions
id: fix_perm_filename
Scrivi
Anteprima
Caricamento…
Annulla
Salva