ci: update workflow.

This commit is contained in:
real-zony 2022-09-22 14:42:48 +08:00
parent c73f0d8eea
commit 1bec50e409

View File

@ -33,6 +33,20 @@ jobs:
shell: bash shell: bash
env: env:
PUBLISH_VERSION: ${{ steps.date.outputs.date }} PUBLISH_VERSION: ${{ steps.date.outputs.date }}
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: release-files
path: ./TempFiles
release:
needs: build
runs-on: ubuntu-latest
steps:
- name: Download artifact
uses: actions/download-artifact@v3
with:
name: release-files
path: ./TempFiles
- name: Upload Release - name: Upload Release
uses: ncipollo/release-action@v1 uses: ncipollo/release-action@v1
with: with: