Skip to content

Commit

Permalink
Fix publish IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
MacLotsen committed Apr 7, 2024
1 parent 9afd383 commit 235ffbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
body: |
Release for version ${{ github.ref_name }}
- name: 'Upload Release Asset: CTAN Upload'
id: upload_release_asset_tar
id: upload_release_asset_ctan_upload
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -51,7 +51,7 @@ jobs:
asset_name: gitinfo-lua-${{ github.ref_name }}.tar.gz
asset_content_type: application/gzip
- name: 'Upload Release Asset: TDS Archive'
id: upload_release_asset_tar
id: upload_release_asset_tds_archive
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 235ffbe

Please sign in to comment.