build3
This commit is contained in:
@@ -73,13 +73,13 @@ jobs:
|
||||
|
||||
- name: Download Artifact
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: Release
|
||||
path: ${{ github.workspace }}\Digital Clock\bin\
|
||||
with:
|
||||
name: Release
|
||||
path: ${{ github.workspace }}\Digital Clock\bin\
|
||||
- run: zip -r Release.zip Release
|
||||
- uses: ncipollo/release-action@v1
|
||||
with:
|
||||
artifacts: "Release.zip"
|
||||
- uses: ncipollo/release-action@v1
|
||||
with:
|
||||
artifacts: "Release.zip"
|
||||
|
||||
- name: Upload Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
|
||||
Reference in New Issue
Block a user