Skip to content

Commit

Permalink
ci: Generate checksum before trying to copy it
Browse files Browse the repository at this point in the history
  • Loading branch information
Griefed committed Aug 14, 2024
1 parent c97bee7 commit 25ea614
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/devbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ jobs:
./gradlew build --info --full-stacktrace
./gradlew media --info --full-stacktrace
- name: Generate checksum
uses: jmgilman/actions-generate-checksum@v1
with:
patterns: |
continuous/*
- name: Collect files
run: |
mkdir continuous
Expand All @@ -52,12 +58,6 @@ jobs:
cp media/*.exe continuous/
cp checksum.txt continuous/
- name: Generate checksum
uses: jmgilman/actions-generate-checksum@v1
with:
patterns: |
continuous/*
- name: Upload to GitHub Releases
uses: "marvinpinto/action-automatic-releases@latest"
with:
Expand Down

0 comments on commit 25ea614

Please sign in to comment.