diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4e735c86194..b76822c20d0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,24 +41,4 @@ jobs: - uses: actions/upload-artifact@v4 with: name: ${{ matrix.target }}-${{ matrix.toolchain }} - path: trunk/images/*.trx - publish: - needs: [build] - runs-on: ubuntu-22.04 - steps: - - uses: actions/checkout@v3 - - uses: actions/download-artifact@v4 - with: - path: ./padavan - - name: Set Tag Name - run: echo "TAG_NAME=$(date +%Y%m%d)" >> $GITHUB_ENV - - uses: rickstaa/action-create-tag@v1 - with: - tag: ${{ env.TAG_NAME }} - force_push_tag: true - - uses: ncipollo/release-action@v1 - with: - commit: ${{ github.sha }} - tag: ${{ env.TAG_NAME }} - artifacts: "./padavan/*" - allowUpdates: true + path: trunk/images/*.trx \ No newline at end of file