mirror of
https://github.com/FUjr/gl-infra-builder.git
synced 2025-12-17 09:34:51 +00:00
Update release.yml
This commit is contained in:
parent
9292dcf81f
commit
0525b3c0b0
12
.github/workflows/release.yml
vendored
12
.github/workflows/release.yml
vendored
@ -14,6 +14,16 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: build
|
||||
run: |
|
||||
mkdir ./assets
|
||||
echo 123 > assets/123.txt
|
||||
tar zcf assets/123.txt.tar.gz assets/123.txt
|
||||
rm assets/123.txt
|
||||
echo 456 > assets/456.txt
|
||||
tar zcf assets/456.txt.tar.gz assets/456.txt
|
||||
rm assets/456.txt
|
||||
|
||||
- name: Create Release
|
||||
id: create_release
|
||||
uses: actions/create-release@v1
|
||||
@ -34,4 +44,4 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
release_id: ${{ steps.create_release.outputs.id }}
|
||||
assets_path: ./profiles
|
||||
assets_path: ./assets
|
||||
|
||||
Loading…
Reference in New Issue
Block a user