File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 46
46
find pkg-build/cpack_output -type f \( -iname \*.deb -o -iname \*.rpm -o -iname \*.tar.gz \) -exec bash -c "sha256sum {} > {}.sha256sum.txt" \;
47
47
subdir=$(date -u +%Y.%m.%d)
48
48
echo "subdir=$subdir" >> $GITHUB_OUTPUT
49
- # - uses: actions/upload-artifact@v1
49
+ # - uses: actions/upload-artifact@v3
50
50
# with:
51
51
# name: ${{ matrix.os }}-nightly
52
52
# path: pkg-build/cpack_output
Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ jobs:
199
199
run : sh -c "find . -mindepth 1 -delete"
200
200
- uses : actions/checkout@v3
201
201
- id : tag
202
- run : echo tagnum=${{ github.event.inputs.version }}
202
+ run : echo tagnum=${{ github.event.inputs.version }} >> $GITHUB_OUTPUT
203
203
204
204
- id : oss_package
205
205
run : |
You can’t perform that action at this time.
0 commit comments