fix gha?
This commit is contained in:
10
.github/workflows/buildapp.yml
vendored
10
.github/workflows/buildapp.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
|||||||
artifact: ${{ steps.upload-artifact.outputs.artifact }}
|
artifact: ${{ steps.upload-artifact.outputs.artifact }}
|
||||||
env:
|
env:
|
||||||
ext: ".AppImage"
|
ext: ".AppImage"
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GHT }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout git repo
|
- name: Checkout git repo
|
||||||
@@ -55,7 +55,7 @@ jobs:
|
|||||||
artifact: ${{ steps.upload-artifact.outputs.artifact }}
|
artifact: ${{ steps.upload-artifact.outputs.artifact }}
|
||||||
env:
|
env:
|
||||||
ext: ".exe"
|
ext: ".exe"
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GHT }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout git repo
|
- name: Checkout git repo
|
||||||
@@ -91,7 +91,7 @@ jobs:
|
|||||||
artifact: ${{ steps.upload-artifact.outputs.artifact }}
|
artifact: ${{ steps.upload-artifact.outputs.artifact }}
|
||||||
env:
|
env:
|
||||||
ext: ".dmg"
|
ext: ".dmg"
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GHT }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout git repo
|
- name: Checkout git repo
|
||||||
@@ -125,7 +125,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [build-linux, build-windows, build-macos]
|
needs: [build-linux, build-windows, build-macos]
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GHT }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout git repo
|
- name: Checkout git repo
|
||||||
@@ -154,7 +154,7 @@ jobs:
|
|||||||
path: dist/macos
|
path: dist/macos
|
||||||
|
|
||||||
- name: Display structure of downloaded files
|
- name: Display structure of downloaded files
|
||||||
run: ls -R && ls -R dist && ls -R dist/linux && ls -R dist/windows && ls -R dist/macos
|
run: ls -R dist
|
||||||
|
|
||||||
- name: Upload Release
|
- name: Upload Release
|
||||||
id: create_release
|
id: create_release
|
||||||
|
Reference in New Issue
Block a user