diff --git a/.forgejo/workflows/debian.yml b/.forgejo/workflows/debian.yml index f807b06..da4a4de 100644 --- a/.forgejo/workflows/debian.yml +++ b/.forgejo/workflows/debian.yml @@ -41,16 +41,13 @@ jobs: run: | dpkg-deb --build PKG_SOURCE timetracker_${{github.ref_name}}.deb - - name: Upload Artifact (für CI-Artefakt) - uses: actions/upload-artifact@v3 - with: - name: timetracker_${{github.ref_name}}.deb - path: timetracker_${{github.ref_name}}.deb - retention-days: 5 - token: ${{ secrets.test }} - - - name: Check files before upload - run: find . + #- name: Upload Artifact (für CI-Artefakt) + # uses: actions/upload-artifact@v3 + # with: + # name: timetracker_${{github.ref_name}}.deb + # path: timetracker_${{github.ref_name}}.deb + # retention-days: 5 + # token: ${{ secrets.test }} - uses: https://data.forgejo.org/actions/checkout@v4 - name: Upload Package