Skip to content

Commit 3b53718

Browse files
authored
Update blank.yml
1 parent 135f06a commit 3b53718

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/blank.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Test shellunity from script
2626
run: |
27-
echo -e "source src/shellunity\nTEST_MESSAGE Meu primeiro teste com shellunity" > teste.sh
27+
echo -e "source src/shellunity\nTEST_MESSAGE 'Meu primeiro teste com shellunity'" > teste.sh
2828
chmod +x teste.sh
2929
./teste.sh
3030
build:
@@ -72,7 +72,7 @@ jobs:
7272
- name: Upload changelog artifact
7373
uses: actions/upload-artifact@v4
7474
with:
75-
name: package
75+
name: Debian
7676
path: /tmp/debian
7777
retention-days: 0
7878
deploy:
@@ -81,8 +81,6 @@ jobs:
8181
needs: delivery
8282

8383
steps:
84-
- name: teste
85-
run: echo "${{github.ref}}"
8684
- uses: actions/checkout@v4
8785

8886
- name: Create a debian package
@@ -109,5 +107,5 @@ jobs:
109107
with:
110108
upload_url: ${{ steps.create_release.outputs.upload_url }}
111109
asset_path: /tmp/debian.zip
112-
asset_name: debian.zip
110+
asset_name: Debian Package (deb)
113111
asset_content_type: application/zip

0 commit comments

Comments
 (0)