mirror of
https://github.com/openziti/zrok.git
synced 2025-01-09 07:28:15 +01:00
typo repair (#70)
This commit is contained in:
parent
81571950d5
commit
5998252294
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- uses: action/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: release-builds
|
name: release-builds
|
||||||
path: ./dist/*.gz
|
path: ./dist/*.gz
|
||||||
@ -81,7 +81,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- uses: action/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: release-builds
|
name: release-builds
|
||||||
path: ./dist/*.gz
|
path: ./dist/*.gz
|
||||||
@ -122,7 +122,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- uses: action/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: release-builds
|
name: release-builds
|
||||||
path: ./dist/*.gz
|
path: ./dist/*.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user