Skip to content

Commit

Permalink
Remove outdated directory creation step from archive creation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
homeworkprod committed Feb 29, 2024
1 parent 01f26b9 commit 0490df3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-data-archive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ jobs:
- name: Check out repository
uses: actions/checkout@v4

- name: Create path
run: mkdir dist

- name: Write commit hash to file
run: git rev-parse --short HEAD > data/commithash.txt

Expand Down

0 comments on commit 0490df3

Please sign in to comment.