diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dcf7404..0fd3900 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,12 +38,12 @@ jobs: zip -u server_monitoring.zip server_monitoring.service - name: "Upload the ZIP file to the release" - uses: softprops/action-gh-release@v2.0.6 + uses: softprops/action-gh-release@v2.0.8 with: files: ${{ github.workspace }}/build/server_monitoring.zip - name: "Upload the binary file to the release" - uses: softprops/action-gh-release@v2.0.6 + uses: softprops/action-gh-release@v2.0.8 with: files: | ${{ github.workspace }}/build/server_monitoring