Skip to content

Commit

Permalink
ci(actions): Fix artifact upload on build workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Sep 16, 2024
1 parent 2f759ff commit fd1e829
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
if: ${{ ! startsWith(github.ref, 'refs/tags/v') }}
uses: actions/upload-artifact@v4
with:
name: sile-${{ env.VERSION }}
path: sile-${{ env.VERSION }}.zip
name: casile-${{ env.VERSION }}
path: casile-${{ env.VERSION }}.zip
- name: Release
uses: softprops/action-gh-release@v2
if: github.repository == 'sile-typesetter/casile' && startsWith(github.ref, 'refs/tags/v')
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
sudo apt-get install clang mold
- name: Configure
run: |
echo "REF=${GITHUB_REF##refs/*/}" >> $GITHUB_ENV
./bootstrap.sh
./configure \
--enable-developer-mode \
Expand Down

0 comments on commit fd1e829

Please sign in to comment.