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 }}
|
||||
env:
|
||||
ext: ".AppImage"
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.GHT }}
|
||||
|
||||
steps:
|
||||
- name: Checkout git repo
|
||||
@@ -55,7 +55,7 @@ jobs:
|
||||
artifact: ${{ steps.upload-artifact.outputs.artifact }}
|
||||
env:
|
||||
ext: ".exe"
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.GHT }}
|
||||
|
||||
steps:
|
||||
- name: Checkout git repo
|
||||
@@ -91,7 +91,7 @@ jobs:
|
||||
artifact: ${{ steps.upload-artifact.outputs.artifact }}
|
||||
env:
|
||||
ext: ".dmg"
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.GHT }}
|
||||
|
||||
steps:
|
||||
- name: Checkout git repo
|
||||
@@ -125,7 +125,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [build-linux, build-windows, build-macos]
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.GHT }}
|
||||
|
||||
steps:
|
||||
- name: Checkout git repo
|
||||
@@ -154,7 +154,7 @@ jobs:
|
||||
path: dist/macos
|
||||
|
||||
- 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
|
||||
id: create_release
|
||||
|
Reference in New Issue
Block a user