Skip to content

Commit

Permalink
ci whackamole
Browse files Browse the repository at this point in the history
  • Loading branch information
bitfl0wer committed May 15, 2024
1 parent 7a94adf commit ac9a00d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cross-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ jobs:

- name: Download artifacts
uses: actions/download-artifact@v2
with:
path: ./artifacts

- name: Create and upload a Release
uses: marvinpinto/action-automatic-releases@latest
Expand All @@ -116,4 +118,4 @@ jobs:
prerelease: false
title: "Release ${{ github.ref }}"
files: |
./*
./artifacts/*

0 comments on commit ac9a00d

Please sign in to comment.