Skip to content

Commit

Permalink
fix adf path on release workflow
Browse files Browse the repository at this point in the history
mbtaylor1982 committed Dec 28, 2024
1 parent 25c6d0e commit 4b3f8ee
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -54,7 +54,6 @@ jobs:
cp OutputFiles_10M16SCU169C8G_${{ github.ref_name }}.zip/resdmac_cfm0_auto.crc32 ./releases/RESDMAC_10M16SCU169C8G_${{ github.ref_name }}.rpd.crc32
cp OutputFiles_10M04SCU169C8G_${{ github.ref_name }}.zip/resdmac_cfm0_auto.crc32 ./releases/RESDMAC_10M04SCU169C8G_${{ github.ref_name }}.rpd.crc32
- name: Create a new GitHub release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
@@ -64,7 +63,7 @@ jobs:
draft: true
generate_release_notes: true
files: |
ReSDMAC_Utils${{ github.ref_name }}.adf
./ReSDMAC_Utils${{ github.ref_name }}.adf.zip/ReSDMAC_Utils${{ github.ref_name }}.adf
./releases/KiCad_Outputs_${{ github.ref_name }}.zip
./releases/RESDMAC_10M16SCU169C8G_${{ github.ref_name }}.pof
./releases/RESDMAC_10M04SCU169C8G_${{ github.ref_name }}.pof
@@ -76,5 +75,5 @@ jobs:
./releases/RESDMAC_10M16SCU169C8G_${{ github.ref_name }}.pof.sha256
./releases/RESDMAC_10M04SCU169C8G_${{ github.ref_name }}.pof.sha256
./releases/RESDMAC_10M02SCU169C8G_${{ github.ref_name }}.pof.sha256

0 comments on commit 4b3f8ee

Please sign in to comment.