Skip to content

Commit

Permalink
Remove first
Browse files Browse the repository at this point in the history
  • Loading branch information
krzema12 committed Nov 27, 2023
1 parent 8c5d742 commit 06b2baf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ workflow(
run(
name = "Check if the produced files are committed correctly",
command = """
rm -rf dist
unzip build/distributions/github-actions-typing.zip -d dist
# Stage both modified and untracked files
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- id: 'step-2'
name: 'Check if the produced files are committed correctly'
run: |-
rm -rf dist
unzip build/distributions/github-actions-typing.zip -d dist
# Stage both modified and untracked files
Expand Down

0 comments on commit 06b2baf

Please sign in to comment.