mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
[no ci] actions: attest after signing
This commit is contained in:
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
@@ -628,12 +628,6 @@ jobs:
|
|||||||
echo "GAM Version ${GAMVERSION}"
|
echo "GAM Version ${GAMVERSION}"
|
||||||
echo "GAMVERSION=${GAMVERSION}" >> $GITHUB_ENV
|
echo "GAMVERSION=${GAMVERSION}" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Attest gam executable was generated from this Action
|
|
||||||
uses: actions/attest-build-provenance@v1
|
|
||||||
if: matrix.goal == 'build'
|
|
||||||
with:
|
|
||||||
subject-path: ${{ env.gam }}
|
|
||||||
|
|
||||||
- name: Configure service account auth
|
- name: Configure service account auth
|
||||||
id: configserviceaccount
|
id: configserviceaccount
|
||||||
env:
|
env:
|
||||||
@@ -665,6 +659,12 @@ jobs:
|
|||||||
done
|
done
|
||||||
$gam csv "$results_file" gam user gam-win-signer@pdl.jaylee.us print filelist query "'~~id~~' in parents and name = 'gam.exe'" id | $gam csv - gam user gam-win-signer@pdl.jaylee.us get drivefile ~id targetfolder "$gampath" targetfile "gam.exe" overwrite true acknowledgeabuse true
|
$gam csv "$results_file" gam user gam-win-signer@pdl.jaylee.us print filelist query "'~~id~~' in parents and name = 'gam.exe'" id | $gam csv - gam user gam-win-signer@pdl.jaylee.us get drivefile ~id targetfolder "$gampath" targetfile "gam.exe" overwrite true acknowledgeabuse true
|
||||||
|
|
||||||
|
- name: Attest gam executable was generated from this Action
|
||||||
|
uses: actions/attest-build-provenance@v1
|
||||||
|
if: matrix.goal == 'build'
|
||||||
|
with:
|
||||||
|
subject-path: ${{ env.gam }}
|
||||||
|
|
||||||
- name: Linux/MacOS package
|
- name: Linux/MacOS package
|
||||||
if: runner.os != 'Windows' && matrix.goal == 'build'
|
if: runner.os != 'Windows' && matrix.goal == 'build'
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user