diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 997b43fc2..95181de53 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -8,7 +8,7 @@ name: Build # DOCKERHUB_TOKEN is a token you should create under "account settings / security" with read/write access permissions: - contents: read + contents: write packages: write on: @@ -199,7 +199,7 @@ jobs: zip ${{ matrix.job.name }}/rustdesk-server-${{ matrix.job.os }}-${{ matrix.job.name }}${{ matrix.job.suffix }}.zip ${{ matrix.job.name }}/* - name: Create Release (${{ matrix.job.os }} - (${{ matrix.job.name }}) - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v3 with: draft: true files: ${{ matrix.job.name }}/rustdesk-server-${{ matrix.job.os }}-${{ matrix.job.name }}${{ matrix.job.suffix }}.zip @@ -567,7 +567,7 @@ jobs: debuild -i -us -uc -b -a${{ matrix.job.debian_platform }} - name: Create Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v3 with: draft: true files: |