perhaps actions will stop being silly #6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
push: | |
branches: | |
- 'master' | |
jobs: | |
compile: | |
runs-on: ubuntu-20.04 | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Compile GDMP | |
run : make | |
- name: Upload Artifacts | |
uses: actions/upload-artifact@v4 | |
with: | |
name: GDMP | |
path: ${{ github.workspace }}/gdmp |