File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed
Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change 11name : Release opensuse 15.6 amd64 and arm64
22
33on :
4- push : {}
5- # tags:
6- # - 'v*.*.*'
4+ push :
5+ tags :
6+ - ' v*.*.*'
77
88permissions :
99 contents : write
@@ -72,15 +72,15 @@ jobs:
7272 readelf -l dist/parallax-${{ github.ref_name }}-opensuse-15.6-${{ matrix.arch }} | grep interpreter || true
7373 ldd dist/parallax-${{ github.ref_name }}-opensuse-15.6-${{ matrix.arch }} || echo "static :/"
7474
75- # - name: Create or Update GitHub Release and Upload Asset
76- # uses: ncipollo/release-action@v1
77- # with:
78- # token: ${{ secrets.GITHUB_TOKEN }}
79- # tag: ${{ github.ref_name }}
80- # name: Release ${{ github.ref_name }}
81- # artifacts: dist/parallax-${{ github.ref_name }}-opensuse-15.6-${{ matrix.arch }}
82- # allowUpdates: true
83- # replacesArtifacts: false
84- # draft: false
85- # prerelease: false
86- #
75+ - name : Create or Update GitHub Release and Upload Asset
76+ uses : ncipollo/release-action@v1
77+ with :
78+ token : ${{ secrets.GITHUB_TOKEN }}
79+ tag : ${{ github.ref_name }}
80+ name : Release ${{ github.ref_name }}
81+ artifacts : dist/parallax-${{ github.ref_name }}-opensuse-15.6-${{ matrix.arch }}
82+ allowUpdates : true
83+ replacesArtifacts : false
84+ draft : false
85+ prerelease : false
86+
You can’t perform that action at this time.
0 commit comments