# upload-to-release **Repository Path**: mirrors_Shopify/upload-to-release ## Basic Information - **Project Name**: upload-to-release - **Description**: A GitHub Action that uploads a file to a new release. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-07-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Upload to Release GitHub Action A GitHub Action that uploads a file to a new release. ## Getting Started ```yml jobs: build: # ... steps: - uses: Shopify/upload-to-release@v1 with: name: my-artifact path: build/a.out repo-token: ${{ secrets.GITHUB_TOKEN }} content-type: text/plain # Optional ``` ## Shoulders This was inspired by: - https://github.com/actions/javascript-template - https://github.com/JasonEtco/upload-to-release