diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2764969..101cf1a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -73,6 +73,15 @@ jobs: - name: Zipping up Release folder run: Compress-Archive -Path "${{ github.workspace }}\Digital Clock\bin\Release\" -Destination Release.zip + + - name: test + run: ls -R + + - uses: ncipollo/release-action@v1 + with: + artifacts: "Release.zip" + + - name: Upload Release uses: softprops/action-gh-release@v1 with: draft: false