if this dosent work i am asking ai 120%

This commit is contained in:
PlOszukiwacz
2024-12-19 15:18:44 +01:00
parent 14825deb63
commit 604e319f57

View File

@@ -38,13 +38,13 @@ jobs:
env: env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload Artifact # - name: Upload Artifact
if: ${{ inputs.upload_artifact }} # if: ${{ inputs.upload_artifact }}
uses: actions/upload-artifact@v4.4.3 # uses: actions/upload-artifact@v4.4.3
with: # with:
name: bsky-desktop # name: bsky-desktop
path: ${{ github.workspace }}/dist/${{ steps.build_package.outputs.package }} # path: ${{ github.workspace }}/dist/${{ steps.build_package.outputs.package }}
if-no-files-found: error # if-no-files-found: error
- name: Create Release - name: Create Release
id: create_release id: create_release