Skip to content

Commit

Permalink
rename archive name
Browse files Browse the repository at this point in the history
  • Loading branch information
eye-wave committed Jun 18, 2024
1 parent a37923d commit d033199
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Determine build archive name
run: |
# Windows (usually) doesn't like colons in file names
echo "ARCHIVE_NAME=lamb-$(date -u +"%Y-%m-%d-%H%m%S")-${{ matrix.name }}" >> "$GITHUB_ENV"
echo "ARCHIVE_NAME=1xosc-$(date -u +"%Y-%m-%d-%H%m%S")-${{ matrix.name }}" >> "$GITHUB_ENV"
- name: Move all packaged plugin into a directory
run: |
# GitHub Action strips the top level directory, great, have another one
Expand All @@ -96,7 +96,7 @@ jobs:
with:
type: 'zip'
directory: ${{ env.ARCHIVE_NAME }}/${{ env.ARCHIVE_NAME }}
filename: lamb-${{ github.ref_name }}-${{ matrix.name }}.zip
filename: 1xosc-${{ github.ref_name }}-${{ matrix.name }}.zip

- name: Release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit d033199

Please sign in to comment.