File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Nix Flake actions
22
33on :
4- pull_request :
54 push :
65 branches : [ "main", "rewrite" ]
76
4847 sync
4948
5049 mkdir -p output
51- find -L result -type f | while read -r file; do
50+ find -L result -type f -not -path '*/nix-support/*' | while read -r file; do
5251 filename=$(basename "$file")
5352 cp -L "$file" "output/${{ github.ref_name }}-${{ matrix.system }}-$filename"
5453 done
7776 - name : Global Rolling Release
7877 uses : softprops/action-gh-release@v2
7978 with :
80- tag_name : latest- ${{ github.ref_name }}
81- name : " Latest ${{ github.ref_name }} Bootstrap "
79+ tag_name : ${{ github.ref_name }}-latest
80+ name : " ${{ github.ref_name }}-latest "
8281 files : all-images/*
82+ target_commitish : ${{ github.sha }}
8383 overwrite : true
84- prerelease : true
84+ prerelease : false
8585 make_latest : true
You can’t perform that action at this time.
0 commit comments