diff --git a/.forgejo/workflows/build+release.yml b/.forgejo/workflows/build+release.yml index f3a6eed..e5f4e37 100644 --- a/.forgejo/workflows/build+release.yml +++ b/.forgejo/workflows/build+release.yml @@ -29,11 +29,6 @@ jobs: - name: Compiling To Linux Target run: cargo build -r - - - name: Debug Workflow - run: | - ls -la ./ - pwd - name: Uploading Build Artifact uses: actions/upload-artifact@v3 @@ -50,6 +45,11 @@ jobs: - name: Downloading All Build Artifacts uses: actions/download-artifact@v3 + - + name: Debug Workflow + run: | + ls -la ./ + pwd - name: Upload Artifacts As Generic Packages run: | @@ -62,6 +62,6 @@ jobs: with: direction: upload url: https://forgejo.neshweb.net - release-dir: dist/release + release-dir: ./ token: ${{ secrets.FORGEJO_TOKEN }} tag: ${{ github.ref_name }}