Skip to content

Commit

Permalink
Add blank line and remove unused step id
Browse files Browse the repository at this point in the history
  • Loading branch information
BeziCZ authored Apr 17, 2024
1 parent cbd3c7f commit 16c3d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
# build šablony
build:
runs-on: ubuntu-latest

steps:
- name: Set up Git repository
uses: actions/checkout@v4
Expand All @@ -37,7 +38,6 @@ jobs:

# nahrání pro pozdější stažení
- name: Upload artifact
id: upload-artifact
uses: actions/upload-artifact@v4
with:
# název zip souboru se specifickým jménem předmětu
Expand Down

0 comments on commit 16c3d4d

Please sign in to comment.