Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmz1 authored Oct 28, 2023
1 parent 9903160 commit 40d9ac1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:


# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
jobs:
# This workflow contains a single job called "build-stable"
build-stable:
# The type of runner that the job will run on
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
cd ..
# Runs a set of commands using the runners shell
- name: Build appimage
- name: Build appimage
run: |
./linuxdeploy --appdir lucas/
Expand Down

0 comments on commit 40d9ac1

Please sign in to comment.