feat: Create rust_release.yml
This commit is contained in:
parent
34af8b6dd8
commit
8a13478010
1 changed files with 19 additions and 0 deletions
19
.github/workflows/rust_release.yml
vendored
Normal file
19
.github/workflows/rust_release.yml
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
name: Rust Release
|
||||
on:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
jobs:
|
||||
Download_then_Release:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
|
||||
- uses: actions/download-artifact@v3
|
||||
- name: Download
|
||||
with:
|
||||
path: ~/Downloads/
|
||||
|
||||
- name: Display Downloads
|
||||
run: ls -R
|
||||
working-directory: ~/Downloads/
|
Loading…
Add table
Add a link
Reference in a new issue