if this dosent work i am asking ai 120%
This commit is contained in:
14
.github/workflows/buildapp.yml
vendored
14
.github/workflows/buildapp.yml
vendored
@@ -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
|
||||||
|
Reference in New Issue
Block a user